We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e6520 commit ce4e706Copy full SHA for ce4e706
1 file changed
.vim/common_config/key_mappings.vim
@@ -54,9 +54,6 @@
54
" map spacebar to clear search highlight
55
nnoremap <Leader><space> :noh<cr>
56
57
-" make tab key match bracket pairs
58
- vnoremap <tab> %
59
-
60
" buffer resizing mappings (shift + arrow key)
61
nnoremap <S-Up> <c-w>+
62
nnoremap <S-Down> <c-w>-
0 commit comments