Created
February 25, 2020 07:29
-
-
Save presmihaylov/6e7955de6ffc73e216c6b43fcf70f4a7 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
" 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