mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -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
|
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
3
.vimrc
|
@ -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 %
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue