diff --git a/neovim/init.vim b/neovim/init.vim index b616c04..3830a81 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -116,6 +116,7 @@ call denite#custom#var('file_rec', 'command', \) map ;g :Denite grep +map ;* :DeniteCursorWord grep call denite#custom#var('grep', 'command', ['rg']) call denite#custom#var('grep', 'default_opts', \ ['--vimgrep', '--no-heading', '--smart-case', '--hidden'])