better TODO pattern matching

This commit is contained in:
ManjaroOne666 2017-12-27 13:35:06 +00:00
parent 32987e29fe
commit 7bd81a571c
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>
" brace/quotes completion
inoremap {{ {}<left>