diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8e77481..576cae3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -102,4 +102,6 @@ bind-key -Tcopy-mode-vi y send -X copy-selection-and-cancel # Disable mouse support set-option -g mouse off +set-option -g focus-events on + set-option -sa terminal-overrides ',xterm-256color:RGB'