tmux: disable mouse and clipboard

because konsole doesn't work great with tmux clipboard or maybe i'm dumb
This commit is contained in:
2024-12-26 21:21:09 +03:00
parent 2a8d356f54
commit e6aba869de

View File

@@ -2,11 +2,11 @@
set -g default-terminal "xterm-256color"
set -sg escape-time 0
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -g mouse on
set -g mouse off
set -sg base-index 1
set -wg pane-base-index 1
set -g set-clipboard on
set -g set-clipboard off
# statusline
set -g status-left "[#S] "