1
0

add gvimrc

This commit is contained in:
valeth 2015-02-13 04:22:07 +01:00
parent 59baef7df4
commit be722bdb9f

9
gvimrc Normal file
View File

@ -0,0 +1,9 @@
set guioptions-=T
set guioptions+=e
set guifont=Source\ Code\ Pro\ for\ Powerline\ 9
set t_Co=256
set guitablabel=%M\ %t
" Make shift-insert work like in Xterm
noremap <S-Insert> <MiddleMouse>
noremap! <S-Insert> <MiddleMouse>