tmux: enable passthrough escape sequences
This commit is contained in:
parent
fb41b24a6b
commit
38a3dedae1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ set -s escape-time 10
|
||||||
set -g status on
|
set -g status on
|
||||||
set -g status-interval 30
|
set -g status-interval 30
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
set -g allow-passthrough on
|
||||||
setw -g alternate-screen on
|
setw -g alternate-screen on
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
setw -g automatic-rename off
|
setw -g automatic-rename off
|
||||||
|
|
Loading…
Add table
Reference in a new issue