Created
November 17, 2016 18:54
-
-
Save tonysherbondy/22a7e9c9ac7cb7f7207ac79ddef2f570 to your computer and use it in GitHub Desktop.
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
" --------------- | |
" 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