diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |