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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -