Merge pull request #754 from giorni/tmux-mouse

Enable mouse support for tmux 2.1+
This commit is contained in:
Yan Pritzker
2017-06-05 12:07:14 -05:00
committed by GitHub

View File

@@ -44,7 +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 set-window-option -g 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