sshfs - Why is vim syncronous in file loading and saving? -


i'm working on vim on sshfs mounted filesystem high latency. opening , saving file takes 9 seconds of blocking editor.

is there way can block tab i'm in , still work other tabs while files saving , loading?

writing blocking operation because vim single threaded: can't 2 things @ same time.

afaik when vim has written file locally, sshfs uploads remote server before "notifying" vim it's done. whole process can , take quite time.

there better ways: vcs (git, svn, mercurial…) or ftp client folder monitoring capabilities (transmit, yummy ftp, fetch…) example.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -