Added C-a prefix for nested tmux sessions
This commit is contained in:
parent
b3f04caaf3
commit
fad04c21fd
@ -8,6 +8,9 @@ unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
# Use C-b to send prefix twice so it acts on nested session
|
||||
bind-key -n C-b send-prefix
|
||||
|
||||
# split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
Loading…
Reference in New Issue
Block a user