feat: Adds moving to next and previous tmux windows using Alt-h or Alt-l

This commit is contained in:
2024-11-25 09:16:07 -05:00
parent 1dd7460ac4
commit af77a986e2

View File

@@ -70,7 +70,7 @@ bind-key -r K kill-pane
bind -n S-Left previous-window
bind -n S-Right next-window
bind -n M-h previous-window
bind -n M-L next-window
bind -n M-l next-window
bind C-l send-keys 'C-l'
bind f run-shell "tmux display-popup -E -w 80% -h 80% ~/.local/scripts/tmux-sessionator"