Skip to content

Commit

Permalink
Use `` instead of CTRL-O for Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Aug 26, 2019
1 parent 3bbd704 commit 0739436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/slash.vim
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ endfunction
map <expr> <plug>(slash-trailer) <sid>trailer()
imap <expr> <plug>(slash-trailer) <sid>trailer_on_leave()
cnoremap <plug>(slash-cr) <cr>
noremap <plug>(slash-prev) <c-o>
noremap <plug>(slash-prev) ``
inoremap <plug>(slash-prev) <nop>
noremap! <plug>(slash-nop) <nop>
Expand Down

0 comments on commit 0739436

Please sign in to comment.