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 %