From 02b7d614c4a0c58f36221039fcffc3cdbfac50c2 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Mar 2021 12:11:16 -0700 Subject: Disable mouse scrolling --- stow/tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 75ca974..96ae6a3 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -56,6 +56,8 @@ bind C-w run-shell "~/.tmux/scripts/window_renum" # Help with the color problems set -g default-terminal "xterm-kitty" +# Mouse Scrolling +set-option -g mouse off # Use vim keybindings in copy mode and help menus setw -g mode-keys vi # Set the display panes timeout -- cgit v1.2.3