Adding tmux mouse commands

master
Dustin Swan 11 years ago
parent 478b25cf40
commit 353334f55f

@ -9,6 +9,12 @@ bind C-p previous-window
bind C-c new-window
bind C-d detach
# Mouse!
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
# Rebinding switching panes
bind-key Up select-pane -U
bind-key Down select-pane -D

Loading…
Cancel
Save