How to edit remote files with ViM and SecureCopy or FTP protocol
vim scp://user@host//path/to/fileYou should be succesfull in editing remote file.
#!/bin/bash # use as: # svim user@server:/path/to/file server=`echo "$1" | cut -d ":" -f 1` file=`echo "$1" | cut -d ":" -f 2` vim "scp://$server/$file"Download it from here, put it somewhere in your $PATH (for example /usr/local/bin), change permissions so it can be executed (chmod a+x svim) and feel free to use it.
I also recommend my Acer
Travelmate 242 Linux howto
milackove.net