Answers for "vim edit remote file"

0

Edit remote files within Vim session

:e scp://[email protected]/info.txt
Posted by: Guest on September-01-2021
0

Edit remote files with Vim on Linux

vim scp://user@remotesystem//path_to_file
Posted by: Guest on September-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language