aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 33cd481..260954e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -48,8 +48,8 @@ bind -r C-h select-window -t :-
bind -r C-l select-window -t :+
## Quich cycle through windows
-bind-key -n C-p previous-window
-bind-key -n C-n next-window
+#bind-key -n C-p previous-window
+#bind-key -n C-n next-window
## Pane resizing
bind -r H resize-pane -L 5