Created
May 17, 2012 22:36
-
-
Save JonJanzen/2722060 to your computer and use it in GitHub Desktop.
Jon's vimrc
This file contains hidden or 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
" seach settings | |
set incsearch ignorecase hlsearch | |
" Press space to clearsearch highlighting and any message already displayed. | |
nnoremap <silent> <Space> :silent noh<Bar>echo<CR> | |
" Tab settings | |
set shiftwidth=4 softtabstop=4 | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set autoindent | |
set smartindent | |
set cindent | |
syntax on | |
highlight Comment ctermfg=yellow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment