From dbd3ffcf3c41e69693fc9655f852a12bdc2326fd Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 28 Apr 2016 23:34:04 +0200 Subject: new mouse settings on Tmux --- tmux/.tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tmux') 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 -- cgit v1.2.3