tmux: turn on focus-events

This commit is contained in:
2020-06-02 10:43:32 +00:00
parent 0419046ca8
commit 011d5010bd

View File

@@ -23,5 +23,8 @@ set -q @plugin 'tmux-plugins/tmux-sidebar'
set -g @resurrect-strategy-vim 'session'
set -g @continuum-restore 'on'
# Turn on focus events, used by (for example) Vim.
set -g focus-events on
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'