From 560e4ccd21d0f549ab6ab4615b451e0e5008318e Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 20 Oct 2015 23:23:01 +0200 Subject: .tmux.conf: Adding new (post 2.1) mouse mode --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index c969a1d..64af9f6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -33,7 +33,8 @@ set -g set-titles-string "#T" set-option -g allow-rename on set -g history-limit 10000 -setw -g mode-mouse on +# set mouse mode on +set -g mouse on # Logout with Ctrl+D bind-key ^D detach-client -- cgit v1.2.3-54-g00ecf