10 lines
229 B
VimL
10 lines
229 B
VimL
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>
|