".vimrc " set ts=2 " Case sensitivity ignored here "set ignorecase "Searches as the pattern is typed set incsearch "Indents the next line in accordance with the "indentation of the current line set autoindent set smartindent "Syntax hilighting syntax enable "Display the current mode and partially-typed commands in the status line set showmode set showcmd "Vim not in compatible mode set nocp "Auto completion, hope it works autocmd FileType ruby set omnifunc=rubycomplete#Complete