feat(tmux): set-option -g focus-events on

This commit is contained in:
Matej Janezic 2024-01-25 21:03:47 +01:00
parent c269c6e175
commit 170c3acb55
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ set -ag terminal-overrides ",xterm-256color:RGB"
set -s escape-time 0 set -s escape-time 0
set-option -g focus-events on
unbind C-b unbind C-b
set-option -g prefix C-s set-option -g prefix C-s
bind-key C-s send-prefix bind-key C-s send-prefix