tweak to TODO display
This commit is contained in:
parent
7bd81a571c
commit
7e73384630
2
vimrc
2
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue