Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@omoshetech-t
Last active February 1, 2017 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omoshetech-t/aa22d6c06346fa60ef7b2eb446f2ed2f to your computer and use it in GitHub Desktop.
Save omoshetech-t/aa22d6c06346fa60ef7b2eb446f2ed2f to your computer and use it in GitHub Desktop.
.vimrc for OS X
unlet! skip_defaults_vim
source $VIMRUNTIME/defaults.vim
set expandtab
set hlsearch
set shiftwidth=4
set softtabstop=4
set tabstop=4
nnoremap <Esc><Esc> :nohlsearch<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment