1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

Add keymap for using Grepper in Visual mode (#3212)

This commit is contained in:
Jethro Cao 2019-11-12 08:20:37 +07:00 committed by Wang Shidong
parent 8cd000671f
commit ba7c260e4c

View File

@ -7,3 +7,6 @@ endif
if !has_key(g:grepper, 'tools')
let g:grepper = {'tools': g:spacevim_search_tools}
endif
" invoke Grepper using visually selected pattern
xmap gp <plug>(GrepperOperator)