Hi all, I've got a few questions about client-server.
I want to ssh to another machine, and then tell my local (desktop) vim to open a file on the remote machine. Using vim --remote scp://$HOST/$PWD/.vimrc results in E344: Cannot find directory "/extra1/home/peterp" in cdpath Which leads me to think using a combination of netrw and --remote don't work. Has anyone ever tried something like this, and succeeded? Peter Palm