From b0ce7217ccd8096579a8fd0a80b8c0c21e2c49de Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 24 Jul 2023 14:16:27 +0200 Subject: [PATCH] tmux mouse support for pane / window switching --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index c7748cc..41934af 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,9 +8,9 @@ set-option -g focus-events on set-option -g default-terminal "screen-256color" set-option -sa terminal-overrides ',xterm-256color:RGB' -# enable mouse selection -# Note: may break OSX copy/paste -# set -g mouse on +# enable mouse support for switching panes/windows +set -g mouse-utf8 on +set -g mouse on # extend history set -g history-limit 100000