• CubitOom@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    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
      link
      fedilink
      arrow-up
      8
      ·
      4 months ago

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