remove non-standard colorscheme, and add ctags command instead of qflist TODO command

This commit is contained in:
2025-11-01 14:44:52 +01:00
parent 1f47fc83f9
commit 3f180cd76b
+1 -3
View File
@@ -1,5 +1,3 @@
colorscheme unokai
autocmd BufEnter *__virtual* setlocal buftype=nofile bufhidden=hide noswapfile autocmd BufEnter *__virtual* setlocal buftype=nofile bufhidden=hide noswapfile
autocmd BufNewFile,BufRead *.h set filetype=c autocmd BufNewFile,BufRead *.h set filetype=c
autocmd BufWinEnter *.* silent! loadview autocmd BufWinEnter *.* silent! loadview
@@ -18,7 +16,7 @@ nnoremap ,cl :clast<CR>
nnoremap ,co :copen<CR> nnoremap ,co :copen<CR>
nnoremap ,cq :call setqflist([])<CR>:cclose<CR> nnoremap ,cq :call setqflist([])<CR>:cclose<CR>
nnoremap ,cr :cnewer<CR> nnoremap ,cr :cnewer<CR>
nnoremap ,ct :call setqflist([{'filename': expand('%'), 'lnum': line('.'), 'col': col('.'), 'text': 'TODO'}], 'a')<CR> nnoremap ,ct :!ctags -R .<CR>
nnoremap ,cu :colder<CR> nnoremap ,cu :colder<CR>
nnoremap ,h H nnoremap ,h H
nnoremap ,l L nnoremap ,l L