From cce608542dd405d7c108680acf78a452a063673e Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 28 Jun 2015 00:23:42 +0300 Subject: [PATCH] join-pane hotkeys --- tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmux.conf b/tmux.conf index fefd36e..71c70f9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,6 +16,16 @@ 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 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-q previous-window bind -n M-j next-window