diff options
-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 |