diff --git a/.vimrc b/.vimrc index e829aa8..812c038 100644 --- a/.vimrc +++ b/.vimrc @@ -611,6 +611,8 @@ nnoremap ss :SyntasticSetLoclist nnoremap fn :lnext " Prev quickfix. nnoremap fp :lprev +nnoremap aa :Denite -mode=normal -buffer-name=search-buffer grep +nnoremap ac :Denite -resume -mode=normal -buffer-name=search-buffer nnoremap aw :DeniteCursorWord -mode=normal -buffer-name=search-buffer grep call denite#custom#map('insert', '', '') call denite#custom#var('grep', 'command', ['pt'])