diff --git a/my_configs.vim b/my_configs.vim index 774da4d9..c33f40c7 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -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 +noremap +noremap +noremap + +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" => 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