feat(tmux): set-option -g focus-events on
This commit is contained in:
parent
c269c6e175
commit
170c3acb55
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue