From 6e87fed08d1d0b5a10885f6d54f4cccd078dc54a Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 17 Aug 2022 11:29:00 +0200 Subject: [PATCH] tmux: add resize keybinds --- files/tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index a3f3823..ee3b3ce 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -39,6 +39,12 @@ bind-key -n M-9 select-window -t 9 bind-key -n 'M-{' swap-pane -D bind-key -n 'M-}' swap-pane -U +# resize panes +bind-key -n 'M-Left' resize-pane -L +bind-key -n 'M-Right' resize-pane -R +bind-key -n 'M-Up' resize-pane -U +bind-key -n 'M-Down' resize-pane -D + # make escape bindings of programs work in tmux set -s escape-time 5