diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-04-28 23:34:04 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-04-28 23:34:04 +0200 |
commit | dbd3ffcf3c41e69693fc9655f852a12bdc2326fd (patch) | |
tree | ed8ddb1dc2849be660cad5934e86eb2a762d16f3 | |
parent | 952b03007e84f68866b9a7ec2c569142a581b896 (diff) |
new mouse settings on Tmux
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b8c01cf..dfa24d7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,7 +5,4 @@ set -ga terminal-overrides ',xterm*:smcup@:rmcup@' setw -g mode-keys vi # Mouse works as expected -set -g mode-mouse on -set -g mouse-select-pane on -set -g mouse-resize-pane on -set -g mouse-select-window on +set -g mouse on |