JPDev@programming.dev to Linux Memes@programming.dev · 1 year agoVi or Vimprogramming.devimagemessage-square20linkfedilinkarrow-up1196arrow-down112
arrow-up1184arrow-down1imageVi or Vimprogramming.devJPDev@programming.dev to Linux Memes@programming.dev · 1 year agomessage-square20linkfedilink
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up3·1 year 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-squarekata1yst@sh.itjust.workslinkfedilinkarrow-up10·1 year 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.