From a73d3a2ca18206c30fbe5dfb74029712513afa41 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 10 Jan 2016 18:09:51 +0100 Subject: [PATCH] Editing remote files: mention netrc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d35772..eec73ab 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,8 @@ Assuming the above content in `~/.ssh/config`, this works just as well: :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`. ---