Add a key binding to switch to the previous window

This commit is contained in:
Oliver Davies 2025-03-26 11:46:02 +00:00
parent 63abcd9962
commit a5bfa60625

View file

@ -75,6 +75,7 @@ in
set-option -g pane-border-style "fg=#1f2335"
# Vim-like pane navigation.
bind ^ last-window
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U