Enabe escape sequence passthrough on tmux

This commit is contained in:
Talia 2024-07-09 11:06:58 +02:00
parent de248e025d
commit 31364b7bb3
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ bind l select-pane -L
set -g mouse on
set -g status-bg '#3f3f3f'
set -g status-fg '#ddddff'
set -g allow-passthrough on