aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2017-11-15 19:52:42 -0700
committerAdam Hovorka <[email protected]>2017-11-15 19:52:42 -0700
commitfa73b6181e439fa0c1c9597743d3f964d9156530 (patch)
tree4df425615fc37c26e53a9610370b6f703cdb9663
parent59f5e6bc17c0b1165db259ca729a00f22a5adab9 (diff)
Allow tab to jump to match in operator mode too (vim)
-rw-r--r--base/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/vimrc b/base/vimrc
index acb159f..2117d86 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -53,8 +53,7 @@ nmap * /\<<C-R>=expand('<cword>')<CR>\><CR>
nmap # ?\<<C-R>=expand('<cword>')<CR>\><CR>
set showmatch
-nnoremap <tab> %
-vnoremap <tab> %
+noremap <tab> %
" Screen ====----
"set nowrap