diff --git a/vimrc b/vimrc index e408b7e..e802d91 100644 --- a/vimrc +++ b/vimrc @@ -1132,7 +1132,7 @@ nnoremap ry diw"0P " quick grep of visual selection vnoremap gr y:grep! -R " . " open quickfix window of TODOs -nnoremap td :grep! -R '// *TODO' .:botright cwindow:echo len(getqflist()) 'TODOs' +nnoremap td :grep! -R 'TODO' .:botright cwindow:echo len(getqflist()) 'TODOs' " devdocs mapping nnoremap dd :DD " write and delete current buffer