mirror of
https://github.com/akelge/zsh
synced 2025-07-03 21:19:06 +00:00
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
This commit is contained in:
11
vim/gvimrc
11
vim/gvimrc
@ -4,10 +4,9 @@
|
||||
" $Id$
|
||||
set guifont=Monaco:h13
|
||||
set anti
|
||||
set lines=65
|
||||
set columns=150
|
||||
set nomousefocus
|
||||
set ruler
|
||||
set lines=50
|
||||
set columns=132
|
||||
set mousefocus
|
||||
set errorbells
|
||||
set visualbell
|
||||
set showtabline=2
|
||||
@ -28,3 +27,7 @@ endif
|
||||
"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
|
||||
|
Reference in New Issue
Block a user