From db47efc2b821872ef7bd232364c02347fd7c4f6b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 21 Aug 2024 13:32:55 +0100 Subject: [PATCH] tmux: add binding to reorder windows --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9f43fdf..7bf58fd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -38,6 +38,7 @@ bind-key l select-pane -R # moving between windows with vim movement keys bind-key -r C-h select-window -t :- bind-key -r C-l select-window -t :+ +bind-key r move-window -r # reorder windows # resize panes with vim movement keys bind-key -r H resize-pane -L 5 -- 2.48.1