Skip to content

Instantly share code, notes, and snippets.

@tonysherbondy
Created November 17, 2016 18:54
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 tonysherbondy/22a7e9c9ac7cb7f7207ac79ddef2f570 to your computer and use it in GitHub Desktop.
Save tonysherbondy/22a7e9c9ac7cb7f7207ac79ddef2f570 to your computer and use it in GitHub Desktop.
" ---------------
" Searching
" ---------------
set ignorecase " Case insensitive search
set smartcase " Non-case sensitive search
set incsearch " Incremental search
set hlsearch " Highlight search results
" ---------------
" Extensions
" ---------------
set surround " vim-surround, by the tim pope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment