1
0
Fork 0

join-pane hotkeys

This commit is contained in:
Von Random 2015-06-28 00:23:42 +03:00
parent 14edd5500c
commit cce608542d

View file

@ -16,6 +16,16 @@ bind + resize-pane -U 5
bind e choose-session bind e choose-session
bind m set-option -g mode-mouse on\; set-option -g mouse-select-pane on\; set-option -g mouse-select-window on\; set-option -g mouse-resize-pane on\; display-message "mouse mode ON" bind m set-option -g mode-mouse on\; set-option -g mouse-select-pane on\; set-option -g mouse-select-window on\; set-option -g mouse-resize-pane on\; display-message "mouse mode ON"
bind M set-option -g mode-mouse off\; set-option -g mouse-select-pane off\; set-option -g mouse-select-window off\; set-option -g mouse-resize-pane off\; display-message "mouse mode OFF" bind M set-option -g mode-mouse off\; set-option -g mouse-select-pane off\; set-option -g mouse-select-window off\; set-option -g mouse-resize-pane off\; display-message "mouse mode OFF"
bind M-0 join-pane -t 0
bind M-1 join-pane -t 1
bind M-2 join-pane -t 2
bind M-3 join-pane -t 3
bind M-4 join-pane -t 4
bind M-5 join-pane -t 5
bind M-6 join-pane -t 6
bind M-7 join-pane -t 7
bind M-8 join-pane -t 8
bind M-9 join-pane -t 9
bind -n M-w next-window bind -n M-w next-window
bind -n M-q previous-window bind -n M-q previous-window
bind -n M-j next-window bind -n M-j next-window