Upgrade tmux mouse configuratio to use new tmux' verbs

This commit is contained in:
Cyryl Płotnicki 2016-10-12 21:16:18 +02:00
parent 2ee928081c
commit 4cc0950c34

View file

@ -1,4 +1,4 @@
set -g mode-mouse on
set -g mouse on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g prefix C-a # prefix from ctrl-b to ctrl-a
unbind C-b # free ctrl-b to be used by programs inside tmux