1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00
This commit is contained in:
simonec
2010-11-12 11:59:42 +00:00
parent 1f1f60bb74
commit ab8bf6501a
2 changed files with 16 additions and 11 deletions

View File

@ -34,3 +34,8 @@ colorscheme freya
" 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
" User customizations are held in file ~/.vim/gvimrc.local
if filereadable($HOME."/.vim/gvimrc.local")
source $HOME/.vim/gvimrc.local
endif