summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 342c275..84a3399 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -12,6 +12,9 @@ bind r source-file ~/.tmux.conf
set -sg escape-time 0
set-option -g allow-rename off
+bind C-n next-window
+bind C-p previous-window
+
bind -n C-Left previous-window
bind -n C-Right next-window