tmux: focus events

This commit is contained in:
Robert Perce 2026-04-02 08:22:12 -05:00
parent 1d29a597c0
commit 36abadbd2b

View file

@ -19,6 +19,7 @@ setw -g pane-base-index 1
bind r source-file ~/.config/tmux/tmux.conf bind r source-file ~/.config/tmux/tmux.conf
set -g mouse on set -g mouse on
set -g focus-events on
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
bind -Tcopy-mode-vi 'v' send -X begin-selection bind -Tcopy-mode-vi 'v' send -X begin-selection