Remotely access another unix machine with Vim

1

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?

    
asked by anonymous 15.09.2014 / 01:52

1 answer

1

The syntax is:

vim scp://user@host//path_do_arquivo

Do not forget the two bars to declare the complete path.

Source: link

    
30.09.2014 / 19:13