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:
parent
1ba567842f
commit
17527e9153
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user