aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-03 12:11:16 -0700
committerCody Hiar <cody@hiar.ca>2021-03-03 12:11:16 -0700
commit02b7d614c4a0c58f36221039fcffc3cdbfac50c2 (patch)
treeed68078059a1609a8efc39620aa03b88d51f27e5
parent7920e263169996ef3945a7156b0c39d25f558559 (diff)
Disable mouse scrolling
-rw-r--r--stow/tmux/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
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