Skip to content

Instantly share code, notes, and snippets.

@presmihaylov
Created February 25, 2020 07:29
Show Gist options
  • Save presmihaylov/6e7955de6ffc73e216c6b43fcf70f4a7 to your computer and use it in GitHub Desktop.
Save presmihaylov/6e7955de6ffc73e216c6b43fcf70f4a7 to your computer and use it in GitHub Desktop.
" enable incremental search in vim
set incsearch
" Use tab and shift-tab to move around matches
cmap <Tab> <C-g>
cmap <S-Tab> <C-t>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment