revert outdated mouse command 🐭

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

View file

@ -9,7 +9,6 @@ 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 support for switching panes/windows # enable mouse support for switching panes/windows
set -g mouse-utf8 on
set -g mouse on set -g mouse on
# extend history # extend history