1
0
mirror of https://github.com/akelge/zsh synced 2025-08-15 06:28:24 +00:00
Files
zsh/vim/gvimrc
andre f7dabac03a Modified indentation for Python
Added VCS plugin (CVS, SVN, git)
Updated templating system
Added option to process a ~/.vim/vimrc.local, after all other rc files
2009-04-03 11:01:32 +00:00

34 lines
639 B
VimL

"
" GVIMRC - for GUI Vim Version (gvim, MacVim)
"
" $Id$
set guifont=Monaco:h13
set anti
set lines=50
set columns=132
set mousefocus
set errorbells
set visualbell
set showtabline=2
set guicursor=a:blinkon0
set fuoptions=maxvert,maxhorz
set guioptions-=T
set guioptions+=a
if &background == "dark"
hi normal guibg=black
set transp=8
endif
"colorscheme zenburn
"colorscheme freya
"colorscheme moria
"colorscheme morning
"colorscheme desert
"colorscheme macvim
colorscheme inkpot
" Emacs like indenting. Pressing Tab indents line
" set indentkeys=0{,0},0),:,0#,!^F,o,O,e,!<Tab>,!^F
" set cinkeys=0{,0},0),:,0#,!^F,o,O,e,!<Tab>,!^F