switch extra C-b stuff to C-o

This commit is contained in:
Aaron Bieber 2021-03-11 07:08:21 -07:00
parent 034ec5388d
commit 1c96ad69ca

View File

@ -18,8 +18,8 @@ bind-key C-s set synchronize-panes \; \
display-message "toggle synchronize-panes"
# stolen from jca
bind b send-prefix
bind C-b last-window
bind o send-prefix
bind C-o last-window
bind-key h select-pane -L
bind-key j select-pane -D