Add shortcut for TODO grep
parent
16fc83f314
commit
d805419714
|
@ -11,3 +11,5 @@ nnoremap <Leader>* :Grepper -cword -noprompt<CR>
|
|||
" Search for the current selection
|
||||
nmap gs <Plug>(GrepperOperator)
|
||||
xmap gs <Plug>(GrepperOperator)
|
||||
|
||||
command! -nargs=0 TODO GrepperGrep TODO
|
||||
|
|
Loading…
Reference in New Issue