better TODO pattern matching
This commit is contained in:
parent
32987e29fe
commit
7bd81a571c
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>
|
||||
|
||||
" brace/quotes completion
|
||||
inoremap {{ {}<left>
|
||||
|
|
Loading…
Reference in New Issue