tmux mouse support for pane / window switching

This commit is contained in:
Daniel Thoren 2023-07-24 14:16:27 +02:00 committed by GitHub
parent f2496d8a7b
commit b0ce7217cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ set-option -g focus-events on
set-option -g default-terminal "screen-256color" set-option -g default-terminal "screen-256color"
set-option -sa terminal-overrides ',xterm-256color:RGB' set-option -sa terminal-overrides ',xterm-256color:RGB'
# enable mouse selection # enable mouse support for switching panes/windows
# Note: may break OSX copy/paste set -g mouse-utf8 on
# set -g mouse on set -g mouse on
# extend history # extend history
set -g history-limit 100000 set -g history-limit 100000