diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c5fbfcc..bb42aab 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -76,6 +76,10 @@ bind -r C-n next bind -r p prev bind -r C-p prev +# Swap window with previous/next one +bind -r N swap-window -d -t :+1 +bind -r P swap-window -d -t :-1 + # Repeatable window-movement bindings bind -r \{ swap-pane -U bind -r \} swap-pane -D