Add binding to send tmux prefix in nested sessions.
This commit is contained in:
parent
b2bc2404ef
commit
ef408d94d5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
set -g prefix C-REPLACEMEWITHFIRSTLETTEROFHOSTNAME
|
set -g prefix C-REPLACEMEWITHFIRSTLETTEROFHOSTNAME
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
|
bind-key a send-prefix
|
||||||
|
|
||||||
set -g display-time 1000
|
set -g display-time 1000
|
||||||
|
|
||||||
set-window-option -g monitor-activity on
|
set-window-option -g monitor-activity on
|
||||||
|
|
Loading…
Reference in a new issue