older versions of tmux know nothing about choose-tree command
This commit is contained in:
parent
45b1213c98
commit
e11494e926
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ bind + resize-pane -U 5
|
||||||
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 -n C-a display-message "Powered by tmux!"
|
bind -n C-a display-message "Powered by tmux!"
|
||||||
bind -n M-w choose-tree -w
|
bind -n M-w choose-window
|
||||||
bind -n M-q choose-tree -s
|
bind -n M-q choose-session
|
||||||
bind -n M-` last-window
|
bind -n M-` last-window
|
||||||
bind -n S-Pageup copy-mode -u
|
bind -n S-Pageup copy-mode -u
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
Loading…
Reference in a new issue