summaryrefslogtreecommitdiff
path: root/gvimrc
blob: e58b0f7c77e4a8337f4576b4461666dd5cb11516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
colorscheme kinodusk
set lines=60
if has("gui_kde")
	set guifont=Bitstream\ Vera\ Sans/11/-1/5/50/0/0/0/1/0
else
	"set guifont=Bitstream\ Vera\ Sans\ Mono\ 9
	set guifont=Terminus\ 9
endif
if v:lang =~ "ja_JP"
	set imactivatekey=S-space
	set encoding=utf-8
	set guifont=Bitstream\ Vera\ Sans\ Mono\ 13
endif

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

set guioptions=giae