Skip to content

5th April 2022

Computer Science

GNULinux

(../computer_science/gnu_linux/neovim.md)

  • New: Edit remote files with SSH.

    Just run:

    nvim scp://user@host//tmp/file
    

    Notice the extra /. You can also specify just a directory to browse it interactively.