Commit a54ea68
Changed files (1)
.config
tmux
.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