From 43f7d6511cb85bf774b0f182e536d7437b293149 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 6 Mar 2024 23:36:27 +0100 Subject: [PATCH] tmux: remap fullscreen pane --- files/tmux/.tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index a6d8b8f..fed9026 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -19,7 +19,7 @@ bind-key -n M-k select-pane -U bind-key -n M-l select-pane -R # pane / window modifications -bind-key -n M-z resize-pane -Z +bind-key -n M-f resize-pane -Z # use `set automatic-rename on` to reset bind-key -n M-, command-prompt -p "Rename window:" "rename-window '%%'" bind-key -n M-< set automatic-rename on @@ -48,10 +48,10 @@ bind-key -n 'M-!' select-layout even-horizontal bind-key -n 'M-@' select-layout even-vertical # resize panes -bind-key -n 'M-Left' resize-pane -L 20 -bind-key -n 'M-Right' resize-pane -R 20 -bind-key -n 'M-Up' resize-pane -U 20 -bind-key -n 'M-Down' resize-pane -D 20 +bind-key -n 'M-Left' resize-pane -L 5 +bind-key -n 'M-Right' resize-pane -R 5 +bind-key -n 'M-Up' resize-pane -U 5 +bind-key -n 'M-Down' resize-pane -D 5 ########## General ########## # alias