[TMUX] Allow mouse to pass through for vim

This commit is contained in:
Gregory Trolliet 2024-03-08 21:28:12 +01:00
parent 15d3283416
commit bdeac0ac35
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ bind -n M-Down select-pane -D
# don't rename windows automatically
set-option -g allow-rename off
# allow the mouse use in vim
set -g mouse on
######################
### DESIGN CHANGES ###
######################