this post was submitted on 02 Aug 2024
178 points (94.1% liked)

Linux Memes

620 readers
1 users here now

A community for posting memes relating to linux!

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP



founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] CubitOom@infosec.pub 2 points 3 months ago (1 children)

I was about to resign myself to vi but then I learned that in Emacs you can use tramp to remotely edit files.

So now I can use my configured preferences for emacs on any online server which includes the vi keybindings via evil-mode.

[โ€“] kata1yst@sh.itjust.works 8 points 3 months ago

vim scp://user@myserver[:port]//path/to/file.txt can also accomplish this in vim, FWIW.