Archived
1
0
Fork 0

tmux: Enable focus-events

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-03-13 21:30:11 +01:00
parent 81a38498f1
commit d5cb0f72d1
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -102,4 +102,6 @@ bind-key -Tcopy-mode-vi y send -X copy-selection-and-cancel
# Disable mouse support # Disable mouse support
set-option -g mouse off set-option -g mouse off
set-option -g focus-events on
set-option -sa terminal-overrides ',xterm-256color:RGB' set-option -sa terminal-overrides ',xterm-256color:RGB'