Merge pull request #402 from imobach/master

Enable tmux to send-prefix using C-a a
This commit is contained in:
Yan Pritzker 2013-11-05 12:29:08 -08:00
commit d0c49ee8dd

View File

@ -61,6 +61,7 @@ set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg
# Screen like binding
unbind C-b
set -g prefix C-a
bind a send-prefix
# No escape time for vi mode
set -sg escape-time 0