C-a conflicted with vim bindings, so I changed it to M-a

This commit is contained in:
Wryn Wagner 2020-01-10 09:02:51 -07:00
parent 89698c1292
commit e77cf93456

View File

@ -31,5 +31,5 @@ bind-key -n M-v split-window -v
bind-key -n M-b split-window -h
bind-key -n M-q killp
# nested session with ctrl-a
bind-key -n C-a send-prefix
# nested session with meta-a
bind-key -n M-a send-prefix