aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/searchop.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/searchop.vim')
-rw-r--r--plugin/searchop.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/searchop.vim b/plugin/searchop.vim
index a0b9835..f0a7fc6 100644
--- a/plugin/searchop.vim
+++ b/plugin/searchop.vim
@@ -1,5 +1,5 @@
-nnoremap <silent> z/ :set opfunc=SearchForward<CR>g@
-vnoremap <silent> z/ :<C-u>call SearchForward(visualmode(), 1)<CR>
+nnoremap <silent> z* :set opfunc=SearchForward<CR>g@
+vnoremap <silent> z* :<C-u>call SearchForward(visualmode(), 1)<CR>
nnoremap <silent> z# :set opfunc=SearchBackward<CR>g@
vnoremap <silent> z# :<C-u>call SearchBackward(visualmode(), 1)<CR>