Pre-cleanup.

This commit is contained in:
2015-11-01 01:37:32 +01:00
parent af5abe5987
commit 46ac10388a
7 changed files with 31 additions and 17 deletions

View File

@@ -14,11 +14,17 @@ unbind C-j
set -s escape-time 0
set-window-option -g aggressive-resize on
bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
bind -n WheelDownPane select-pane -t= \; send-keys -M
setw -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
bind -n C-WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
bind -t vi-copy C-WheelUpPane halfpage-up
bind -t vi-copy C-WheelDownPane halfpage-down
bind -t emacs-copy C-WheelUpPane halfpage-up
bind -t emacs-copy C-WheelDownPane halfpage-down
set -g mouse on
set -g mode-keys vi