Enable scroll shell output with mouse in tmux

This commit is contained in:
Alexander Randa
2016-11-18 11:42:01 +03:00
committed by GitHub
parent 81029c888e
commit cae0261c35

View File

@@ -44,6 +44,7 @@ bind E setw synchronize-panes off
# set first window to index 1 (not 0) to map more to the keyboard layout... # set first window to index 1 (not 0) to map more to the keyboard layout...
set-option -g base-index 1 set-option -g base-index 1
set-window-option -g pane-base-index 1 set-window-option -g pane-base-index 1
set-window-option -g mode-mouse on
# color scheme (styled as vim-powerline) # color scheme (styled as vim-powerline)
set -g status-left-length 52 set -g status-left-length 52