diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:11:16 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:11:16 -0700 |
commit | 02b7d614c4a0c58f36221039fcffc3cdbfac50c2 (patch) | |
tree | ed68078059a1609a8efc39620aa03b88d51f27e5 /stow | |
parent | 7920e263169996ef3945a7156b0c39d25f558559 (diff) |
Disable mouse scrolling
Diffstat (limited to 'stow')
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
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 |