diff --git a/config/plugins/vim-grepper.vim b/config/plugins/vim-grepper.vim index a777b641a..2184a50d3 100644 --- a/config/plugins/vim-grepper.vim +++ b/config/plugins/vim-grepper.vim @@ -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 (GrepperOperator)