forked from mudhorn/dotfiles
Turned on Mouse in TMUX and off in vim
This commit is contained in:
parent
cc3981295d
commit
5325ef2752
|
@ -6,7 +6,7 @@ set -g default-terminal "screen-256color"
|
|||
set -g history-limit 50000
|
||||
|
||||
# Tmux mouse mode
|
||||
set-option -g mouse off
|
||||
set-option -g mouse on
|
||||
|
||||
# THEME
|
||||
set -g status-bg colour235
|
||||
|
|
Loading…
Reference in a new issue