mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:00:05 +08:00
Add keymap for using Grepper in Visual mode (#3212)
This commit is contained in:
parent
8cd000671f
commit
ba7c260e4c
@ -7,3 +7,6 @@ endif
|
|||||||
if !has_key(g:grepper, 'tools')
|
if !has_key(g:grepper, 'tools')
|
||||||
let g:grepper = {'tools': g:spacevim_search_tools}
|
let g:grepper = {'tools': g:spacevim_search_tools}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" invoke Grepper using visually selected pattern
|
||||||
|
xmap gp <plug>(GrepperOperator)
|
||||||
|
Loading…
Reference in New Issue
Block a user