Enable tmux to send-prefix using C-a a

* It's useful when you have a tmux session into another tmux session
  (ie. via ssh).
This commit is contained in:
Imobach González Sosa 2013-10-29 22:01:53 +00:00
parent 1ba567842f
commit 17527e9153

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