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
Post a Comment