From 5325ef27525fa7fdc9c8bbcfbbe30a5ae11c5880 Mon Sep 17 00:00:00 2001 From: flipsidecreations Date: Tue, 28 May 2019 13:02:36 -0400 Subject: [PATCH] Turned on Mouse in TMUX and off in vim --- .tmux.conf | 2 +- .vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 14ba8b5..60e43a3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/.vimrc b/.vimrc index 94f3370..90aed31 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,6 @@ " execute pathogen#infect() - +set mouse= +set ttymouse= " Allow saving of files as sudo when I forgot to start vim using sudo. cmap w!! w !sudo tee > /dev/null %