I usually ssh to another computer to do my development using vim (don't send "Use Emacs", please). However, I noticed that vim is very slow when my internet is slow (duh).
EDIT: I use a terminal on my local machine and open the remote file with the vim scp: // host / file command. However, when I do this, every keystroke that I insert causes vim to go online, drastically slowing down. Instead, I want vim to read the remote file, allow me to do local editing and only go online when I run the command: w. Think of it as a writeback cache.
I know that Komodo Edit offers this functionality, where I got this idea from.
source
share