diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index bd394f4..26bebab 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -46,3 +46,6 @@ bind -r H resize-pane -L 5 bind -r J resize-pane -D 5 bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 + +bind N swap-window -t +1\; select-window -t +1 +bind P swap-window -t -1\; select-window -t -1