Created
May 21, 2013 08:36
-
-
Save mdunsmuir/5618361 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filetype indent on " automatically indent | |
set expandtab " tabs are spaces | |
set shiftwidth=2 " two space indent | |
set tabstop=2 | |
set ruler " display line number and position | |
"This unsets the "last search pattern" register by hitting return | |
nnoremap <CR> :noh<CR><CR> | |
" get nice tabcomplete list | |
set wildmode=longest,list | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment