From 94a6658723ef7a02a502c5ab37b460a262de80fc Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 18 Jun 2025 14:48:27 +0200 Subject: [PATCH] add binding to move windows/tabs --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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