diff options
author | Adam Hovorka <[email protected]> | 2017-11-15 19:52:42 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-11-15 19:52:42 -0700 |
commit | fa73b6181e439fa0c1c9597743d3f964d9156530 (patch) | |
tree | 4df425615fc37c26e53a9610370b6f703cdb9663 | |
parent | 59f5e6bc17c0b1165db259ca729a00f22a5adab9 (diff) |
Allow tab to jump to match in operator mode too (vim)
-rw-r--r-- | base/vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |