[TMUX] Allow mouse to pass through for vim
This commit is contained in:
parent
15d3283416
commit
bdeac0ac35
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ bind -n M-Down select-pane -D
|
||||||
# don't rename windows automatically
|
# don't rename windows automatically
|
||||||
set-option -g allow-rename off
|
set-option -g allow-rename off
|
||||||
|
|
||||||
|
# allow the mouse use in vim
|
||||||
|
set -g mouse on
|
||||||
|
|
||||||
######################
|
######################
|
||||||
### DESIGN CHANGES ###
|
### DESIGN CHANGES ###
|
||||||
######################
|
######################
|
||||||
|
|
Loading…
Reference in a new issue