mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
fix(tmux): enable focus events
This commit is contained in:
@@ -42,6 +42,9 @@ bind L clear-history \; send-keys C-l
|
||||
# Enable mouse control
|
||||
set -g mouse on
|
||||
|
||||
# Enable focus events to allow tmux to detect when it is focused or unfocused
|
||||
set -g focus-events on
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
Reference in New Issue
Block a user