After I tried install few plugins for tmux I found that my tmux version is 1.8.
Following steps from this answer I install tmux 2.1: Ugrade tmux from 1.8 to 1.9 on Ubuntu 14.04
(I didn't found tmux=1.9a-1~ppa1~t and instead install tmux-next and substitute link in usr bin with sudo ln -sf $(which tmux-next) /usr/bin/tmux
Tmux works nicely, but didn't load my config. I tried tmux source, but now I should tmux source
every time I use tmux.
And after all I get this errors:
unknown option: mode-mouse
unknown option: mode-mouse
unknown option: mouse-select-pane
unknown option: mouse-resize-pane
unknown option: mouse-select-window
unknown option: mode-mouse
unknown option: mode-mouse
Is tmux-next the same tmux? And what I should do to load .tmux.conf automatically?