nnoremap a :set opfunc=Searchg@ vnoremap a :call Search(visualmode(), 1) function! Search(type, ...) silent execute "normal! `[v`]y" let @/ = escape(@@, '\') call histadd('/', @/) normal! n endfunction