This commit is contained in:
2026-02-11 07:32:06 +02:00
parent 540b18e6e8
commit 49dd72c170
4 changed files with 83 additions and 31 deletions

View File

@@ -44,6 +44,12 @@ bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
# Resize Opt/Alt-hjkl
bind -n M-h resize-pane -L 5
bind -n M-j resize-pane -D 5
bind -n M-k resize-pane -U 5
bind -n M-l resize-pane -R 5
# Last window instead of session
bind ';' last-window