From a3f2010d7fcb7cd8c7b87e0707eb98cd7ad6292b Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 20 Oct 2014 14:24:39 +0400 Subject: [PATCH] restore M-w/M-q hotkeys --- tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 9dd40d7..047b489 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,11 +10,12 @@ bind < resize-pane -L 5 bind > resize-pane -R 5 bind - resize-pane -D 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 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 M-w choose-window -bind -n M-q choose-session +bind -n M-w next-window +bind -n M-q previous-window bind -n M-` last-window bind -n S-Pageup copy-mode -u setw -g mode-keys vi