Im using iTerm2 + Tmux + Vim.
Here are my dotfiles: https://bitbucket.org/furion/dotfiles/src
The problem I encountered is when Vim opens in a Tmux session, the Cs
binding does not work.
When I run Vim only in a regular iTerm2 session, Cs
working fine. Since I reuse this keystroke, it really disappoints.
In addition, this problem is only present in OSX. On my Arch panel, Tmux or not, everything works fine.
EDIT: I have already disabled the control flow:
bind -r '\Cs' stty -ixon stty stop undef
This issue only applies to OSX. In addition, its only under Tmux on OSX. Without Tmux, no problem. There are no problems with Arch Linux with or without Tmux.
source share