From 1e6d517f7928a54026f5e1ea46c4233d99911735 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 27 Apr 2015 10:37:36 +0100 Subject: improved tmux configuration --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 4d23b17..64a2eb7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -30,6 +30,9 @@ bind -n C-j if-shell "$is_vim" "send-keys C-j" "select-pane -D" bind -n C-k if-shell "$is_vim" "send-keys C-k" "select-pane -U" bind -n C-l if-shell "$is_vim" "send-keys C-l" "select-pane -R" +bind C-n next-window +bind C-p previous-window + bind-key -n C-S-Left swap-window -t -1 bind-key -n C-S-Right swap-window -t +1 -- cgit v1.2.3