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-interval 30
|
||||
set -g focus-events on
|
||||
set -g allow-passthrough on
|
||||
setw -g alternate-screen on
|
||||
setw -g aggressive-resize on
|
||||
setw -g automatic-rename off
|
||||
|
|
Loading…
Reference in a new issue