more tmux bindings for pane control

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-20 10:45:42 -05:00
parent 41ea974e49
commit 5bf2521f8d
3 changed files with 26 additions and 460 deletions

View file

@ -35,11 +35,20 @@ bind -r right select-pane -R
bind x kill-pane
bind -r space resize-pane -Z
bind S select-layout tiled
bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
bind -r C-h swap-pane -L
bind -r C-j swap-pane -D
bind -r C-k swap-pane -U
bind -r C-l swap-pane -R
bind -n C-Left resize-pane -L 5
bind -n C-Down resize-pane -D 5
bind -n C-Up resize-pane -U 5
bind -n C-Right resize-pane -R 5
# Sessions
bind $ command-prompt "rename-session %%"