Im using iTerm2 + Tmux + Vim.
Here are my dotfiles: https://bitbucket.org/furion/dotfiles/src
The problem I'm having, is when Vim is opened within Tmux session, the C-s binding doesn't work.
When I run Vim just in regular iTerm2 session, C-s works fine. Since I use this keystroke a lot, its really frustrating.
Also, this issue is only present on OSX. On my Arch box, Tmux or without, everything works fine.
EDIT: I already have control flow disabled:
bind -r '\C-s'
stty -ixon
stty stop undef
This issue is only on OSX. Also, its only under Tmux on OSX. Without Tmux no issue. On Arch Linux With or w/o Tmux, no issue.
:wwhen<c-s>was pressed? but that line was commented out. - KentCtrl-PPlugin, to open files in split buffers. I have very strong muscle memory with :w, so I might as well remove C-s there. - if __name__ is None