Hi everyone,
Am using tmux 2.1. whenever I do split of terminal (iterm2) tmux running on parent window continues to flicker status bar and in this condition editing of file using vim starts behaving weird and scrolling around a file(using h/j/k/l) just gives digits instead of moving to next line/word.
The same issue is seen if I connect Mac book to external monitor (in this case i need not to split the terminal to repro the issue).
any suggestions to solve would really help me.
Example:
$ vi screen-keys.conf
1. #By Nicholas Marriott. Public Domain
2. #
"screen-keys.conf"102L, 1805C
1,1
2
3
4
5
6
7
8
9
10,1
...
tried to solve this by adding 'shopt -s checkwinsize' to .tmux.conf but after reloading this conf it errors as
unknown command shopt
Thanks,
Vinayaka G