Commit a54ea68

Ansari <ping@ansari.wtf>
2026-02-19 15:33:22
Disabling auto copy feat in tmux
1 parent 629f28f
Changed files (1)
.config
.config/tmux/tmux.conf
@@ -8,7 +8,6 @@ set -s extended-keys on
 set -as terminal-features 'xterm-ghostty:extkeys'
 
 # General Settings
-set -g mouse on
 set -g history-limit 1000000
 set -g base-index 1
 set -g pane-base-index 1
@@ -16,8 +15,11 @@ set -g renumber-windows on
 set -g escape-time 0
 set -g set-clipboard on         
 set -g status-position top       
+set -g mouse on
 
 # KEY BINDINGS
+unbind -T copy-mode-vi MouseDragEnd1Pane
+
 unbind C-b
 set -g prefix C-s
 bind C-s send-prefix