From: Samir Benmendil Date: Wed, 21 Aug 2024 12:32:55 +0000 (+0100) Subject: tmux: add binding to reorder windows X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/db47efc2b821872ef7bd232364c02347fd7c4f6b tmux: add binding to reorder windows --- 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