1
0
Fork 0

restore M-w/M-q hotkeys

This commit is contained in:
Von Random 2014-10-20 14:24:39 +04:00
parent 4576b7e68f
commit a3f2010d7f

View file

@ -10,11 +10,12 @@ bind < resize-pane -L 5
bind > resize-pane -R 5 bind > resize-pane -R 5
bind - resize-pane -D 5 bind - resize-pane -D 5
bind + resize-pane -U 5 bind + resize-pane -U 5
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 -n C-a display-message "Powered by tmux!" bind -n C-a display-message "Powered by tmux!"
bind -n M-w choose-window bind -n M-w next-window
bind -n M-q choose-session bind -n M-q previous-window
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