I have mapped Ctrl-s key to save a file in .vimrc. This was working fine till I just installed tmux. (Note that it was working fine because I had "stty -ixon" set in my .bashrc file).
How can I get the mapping work again when opening vim from tmux window?
What I tried so far without success:
- Added
stty -ixonin.bashrc - Added
stty stop undefin.bashrc - Added both 1 and 2 in
.bashrc - Added
unbind-key C-sin.tmux.conf