about summary refs log tree commit diff
path: root/vim/.vim/gvimrc
blob: 3b5f569df49c17bfb41b13a70c84430e70118f2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
runtime ftplugin/man.vim
nmap K :Man <cword><CR>
set number relativenumber lazyredraw
set guifont=Space\ Mono\ 9.5
set guioptions=Pc
set guicursor+=a:blinkon0
if has("patch-7.4.710")
  set listchars+=space:·,tab:\ \ 
endif
set background=light
colorscheme gruvbox
autocmd FileType python syntax keyword pythonBoolean False True None