Skip to content

Instantly share code, notes, and snippets.

@JonJanzen
Created May 17, 2012 22:36
Show Gist options
  • Save JonJanzen/2722060 to your computer and use it in GitHub Desktop.
Save JonJanzen/2722060 to your computer and use it in GitHub Desktop.
Jon's vimrc
" 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