removed unneeded comment
This commit is contained in:
parent
70b6a19a31
commit
32987e29fe
1
vimrc
1
vimrc
|
@ -173,7 +173,6 @@ nnoremap <leader>qfn :cnewer<CR>
|
||||||
vnoremap <leader>gr y:grep! -R <C-r>" .
|
vnoremap <leader>gr y:grep! -R <C-r>" .
|
||||||
|
|
||||||
" open quickfix window of TODOs
|
" open quickfix window of TODOs
|
||||||
" // TODO
|
|
||||||
nnoremap <leader>td :grep! -R '// TODO' .<CR>:botright cwindow<CR>
|
nnoremap <leader>td :grep! -R '// TODO' .<CR>:botright cwindow<CR>
|
||||||
|
|
||||||
" brace/quotes completion
|
" brace/quotes completion
|
||||||
|
|
Loading…
Reference in New Issue