118
50
I’m using split panes in tmux – one being vim, the other being a shell. Sometimes, around once a day, vim freezes. I can move between panes, perform any tmux commands, just vim doesn’t react to anything. This happens only with tmux. My only solution for now is to kill that pane and create a new one.
The same thing seems to happen to me when I save and press
^
z
to put vim into the background too quickly afterwards. – gnucchi – 2017-06-08T14:56:34.1906
This has never happened to me, and I have used tmux+Vim in that way extensively. This does not mean it cannot happen to you — but it means you will have to try to more precisely locate when it happens to try to figure out why. Relevant information is what terminal you are using. One idea: you are not just accidentally hitting Ctrl+S in the Vim window? In that case: press Ctrl+Q to "unfreeze".
– Daniel Andersson – 2013-02-17T12:07:48.207Just to clarify, I use Ubuntu 12.10, tmux, zsh and gnome terminal emulator. My tmux prefix is rebound to ctrl+s. If I hit prefix + ctrl+s, vim freezes. ctrl+q without prefix unfreezes it. It puzzles me why this doesn't happen in shell though. – Ondrej Slinták – 2013-02-17T12:33:14.603