@[email protected] to Linux [email protected] • 4 months agoVi or Vimprogramming.devimagemessage-square16fedilinkarrow-up1190arrow-down111
arrow-up1179arrow-down1imageVi or Vimprogramming.dev@[email protected] to Linux [email protected] • 4 months agomessage-square16fedilink
minus-squareCubitOomlinkfedilinkEnglish2•4 months agoI 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.
minus-square@[email protected]linkfedilink8•4 months agovim scp://user@myserver[:port]//path/to/file.txt can also accomplish this in vim, FWIW.
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.
vim scp://user@myserver[:port]//path/to/file.txt
can also accomplish this in vim, FWIW.