summaryrefslogtreecommitdiffstats
path: root/.gvimrc
blob: 63c348be4d7499fb6438b6286707b3a20e412dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
" Make external commands work through a pipe instead of a pseudo-tty
"set noguipty

" set the X11 font to use
" set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1

" Make command line two lines high
set ch=1

" Hide the mouse when typing text
set mousehide

" Make shift-insert work like in Xterm
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>

" Highlighting strings inside C comments
let c_comment_strings=1