From 21d613bc8b5374eb21a4054daccd8ee075c6a1c4 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 15 Jan 2015 16:34:23 +0300 Subject: [PATCH] added vim-like hotkeys to switch between windows --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index f5fc266..b2434d8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,6 +18,8 @@ bind m set-option -g mode-mouse on\; set-option -g mouse-select-pane on\; set-op 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 M-w next-window bind -n M-q previous-window +bind -n M-j next-window +bind -n M-k previous-window bind -n M-` last-window bind -n S-Pageup copy-mode -u setw -g mode-keys vi