According to this video link you can access another unix machine with Vim and continue editing the file from where I stopped.
How can I do it?
According to this video link you can access another unix machine with Vim and continue editing the file from where I stopped.
How can I do it?
The syntax is:
vim scp://user@host//path_do_arquivo
Do not forget the two bars to declare the complete path.
Source: link