tweak to TODO display

This commit is contained in:
ManjaroOne666 2017-12-27 13:46:18 +00:00
parent 7bd81a571c
commit 7e73384630
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -173,7 +173,7 @@ nnoremap <leader>qfn :cnewer<CR>
vnoremap <leader>gr y:grep! -R <C-r>" .
" open quickfix window of TODOs
nnoremap <leader>td :grep! -R '// *TODO' .<CR>:botright cwindow<CR>
nnoremap <leader>td :grep! -R '// *TODO' .<CR>:botright cwindow<CR>:echo len(getqflist()) 'TODOs'<CR>
" brace/quotes completion
inoremap {{ {}<left>