Skip to content

Instantly share code, notes, and snippets.

@sgithens
Created March 28, 2014 00:39
Show Gist options
  • Save sgithens/9822522 to your computer and use it in GitHub Desktop.
Save sgithens/9822522 to your computer and use it in GitHub Desktop.
" size of a hard tabstop
set tabstop=4
" size of indenting
set shiftwidth=4
" always use spaces instead of tabs
set expandtab
set incsearch
" set hlsearch
" Turn of the search highlights with spacebar
:nnoremap <silent> <Space> :nohlsearch<Bar>:echo<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment