mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-12-24 20:24:07 -08:00
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