1
0
Fork 0

Denite-grep word under cursor

This commit is contained in:
Jeremy Kaplan 2018-05-03 21:04:56 -07:00
commit f1e5077307

View file

@ -116,6 +116,7 @@ call denite#custom#var('file_rec', 'command',
\)
map <silent> ;g :Denite grep<CR>
map <silent> ;* :DeniteCursorWord grep<CR>
call denite#custom#var('grep', 'command', ['rg'])
call denite#custom#var('grep', 'default_opts',
\ ['--vimgrep', '--no-heading', '--smart-case', '--hidden'])