←back to thread

Making TRAMP faster

(coredumped.dev)
226 points celeritascelery | 1 comments | | HN request time: 0.201s | source
Show context
josteink ◴[] No.44356722[source]
For those not into the lingo, Tramp is the Emacs module/package responsible for allowing you to transparently work on remote files and host in your local editor in a way I haven’t seen any other software do.

And yes, it’s really neat.

replies(3): >>44356916 #>>44356998 #>>44357028 #
1. shadowgovt ◴[] No.44357028[source]
It is a very special piece of work. The closest I've seen is vscode remote editing (and credit where it's due: vscode remote editing is out of the box far more reliable and stable than Tramp... it better be, since it's running its own daemon on the remote machine), but Tramp is far more general-purpose than vscode's solution.

Editing as another user, editing a remote file, even editing over embedded protocols like adb: Tramp's got you covered.