Added mosue scrolling support to tmux

This commit is contained in:
hellerve
2015-03-30 16:43:28 +02:00
parent 16301c9408
commit 0092e0c47b

View File

@@ -1,2 +1,6 @@
set-option -g default-command /bin/zsh set-option -g default-command /bin/zsh
set-option -g default-shell /bin/zsh set-option -g default-shell /bin/zsh
set-window-option -g mode-mouse on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'