diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-14 13:40:48 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-14 13:40:48 +0000 |
commit | db48933604a997c1233801eba7406352be4fa0c7 (patch) | |
tree | c60703a24eb739385d2528291a5ac61e46973c3a /.tmux.conf | |
parent | 8133488df21bc199a27826f530a4d6330ba1c11b (diff) |
[tmux] Correct mouse settings
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,9 +2,7 @@ set -g default-terminal screen if "[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]" 'set -g default-terminal screen-256color' -set -g mode-mouse on -set -g mouse-resize-pane on -set -g mouse-select-pane on +set -g mouse on unbind C-b set -g prefix C-s |