Editing remote files: mention netrc

This commit is contained in:
Marco Hinz 2016-01-10 18:09:51 +01:00
parent cef43d0bb0
commit a73d3a2ca1

View File

@ -688,6 +688,8 @@ Assuming the above content in `~/.ssh/config`, this works just as well:
:e scp//awesome/.vimrc :e scp//awesome/.vimrc
``` ```
Similar can be done with a `~/.netrc`, see `:h netrw-netrc`.
Make sure to read `:h netrw-ssh-hack` and `:h g:netrw_ssh_cmd`. Make sure to read `:h netrw-ssh-hack` and `:h g:netrw_ssh_cmd`.
--- ---