Turned on Mouse in TMUX and off in vim

This commit is contained in:
flipsidecreations 2019-05-28 13:02:36 -04:00
parent cc3981295d
commit 5325ef2752
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ set -g default-terminal "screen-256color"
set -g history-limit 50000 set -g history-limit 50000
# Tmux mouse mode # Tmux mouse mode
set-option -g mouse off set-option -g mouse on
# THEME # THEME
set -g status-bg colour235 set -g status-bg colour235

3
.vimrc
View file

@ -1,5 +1,6 @@
" execute pathogen#infect() " execute pathogen#infect()
set mouse=
set ttymouse=
" Allow saving of files as sudo when I forgot to start vim using sudo. " Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null % cmap w!! w !sudo tee > /dev/null %