feat(tmux): focus-events enable

This commit is contained in:
thek4n 2024-05-27 11:46:07 +03:00
parent e5e898c44f
commit 678fb43670

View File

@ -26,6 +26,8 @@ set -g display-panes-time $_tmux_display_panes_time
set -g lock-command vlock # Shell command to lock client
set -g focus-events on
set -g default-terminal "tmux-256color"
set -g terminal-overrides[101] "xterm-256color:Tc"