From 71040c76c686c1e993bae1f0c7a4d69c36d4d172 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 18 Oct 2021 22:53:22 +0800 Subject: replace vim-sneak with hop.nvim --- core/plugins.vim | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'core/plugins.vim') diff --git a/core/plugins.vim b/core/plugins.vim index 111b8fe..07515d9 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -48,21 +48,6 @@ command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/sta "}} "{{ Search related -"""""""""""""""""""""""""""""vim-sneak settings""""""""""""""""""""""" -" Use sneak label mode -let g:sneak#label = 1 - -nmap f Sneak_s -xmap f Sneak_s -onoremap f :call sneak#wrap(v:operator, 2, 0, 1, 1) -nmap F Sneak_S -xmap F Sneak_S -onoremap F :call sneak#wrap(v:operator, 2, 1, 1, 1) - -" Immediately after entering sneak mode, you can press f and F to go to next -" or previous match -let g:sneak#s_next = 1 - """"""""""""""""""""""""""""" settings for nvim-hlslens""""""""""""""" noremap n execute('normal! ' . v:count1 . 'nzzzv') \lua require('hlslens').start() -- cgit v1.2.3