mirror of
1
0
Fork 0
This commit is contained in:
Mirosław Pragłowski 2014-06-13 14:43:35 +02:00
parent 84246ce8b9
commit aaaea54e00
1 changed files with 17 additions and 3 deletions

View File

@ -5,6 +5,20 @@ set number " line numbers
set nocompatible " choose no compatibility with legacy vi
set nowrap " don't wrap lines
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => custom key maps
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" breaking the habits
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => custom ... WTF, don't remember ;)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
augroup VimCSS3Syntax
autocmd!
autocmd FileType css setlocal iskeyword+=-
@ -16,9 +30,9 @@ augroup reload_vimrc " {
autocmd BufWritePost $MYVIMRC source $MYVIMRC
augroup END " }
""""""""""""""""""""""""""""""
" => my custom filetypes
"""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => custom filetypes
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" ruby
au FileType ruby,eruby setl ofu=rubycomplete#Complete