The only way I've found to fix this is to quit vim and open the file in it again.
Is there a way to prevent this from happening? Or a command I could run from within vim to fix it?
Start tmux on remote machine like this:
$ xpra start :100 && DISPLAY=:100 tmux
And attach to it like this:
$ xpra attach :100 & tmux attach
Or run "xpra attach ssh:$hostname:100" on your local machine in parallel to ssh.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php