I'm working on vim over an sshfs mounted filesystem with very high latency. Opening and saving a file takes about 9 seconds of blocking the editor.
Is there a way that I can only block the tab I'm in and still work with other tabs while files are saving and loading?