Add mouse facilities in tmux.

This commit is contained in:
Christophe Buffenoir 2013-05-31 15:56:28 +02:00
parent 8ad95c33d1
commit 1252fe88cd
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ set-window-option -g monitor-activity on
set -g visual-activity off
set -g visual-bell off
set -g mouse-mode on
set -g mouse-select-window on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g history-limit 1000