update(tmux): add key bind to toggle last(active) and current window.

This commit is contained in:
juancwu 2023-01-01 22:25:16 -05:00
commit 7261864fcc
No known key found for this signature in database

View file

@ -43,6 +43,8 @@ bind -r - resize-pane -D 5
bind -r < resize-pane -L 5 bind -r < resize-pane -L 5
bind -r > resize-pane -R 5 bind -r > resize-pane -R 5
bind -r t last-window
## basic settings ## basic settings
set-option -g status-justify "left" set-option -g status-justify "left"