From 3f180cd76baad97832613b49027ea77364e47d25 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 1 Nov 2025 14:44:52 +0100 Subject: [PATCH] remove non-standard colorscheme, and add ctags command instead of qflist TODO command --- vim/.vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 03ecaf5..bd77331 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,5 +1,3 @@ -colorscheme unokai - autocmd BufEnter *__virtual* setlocal buftype=nofile bufhidden=hide noswapfile autocmd BufNewFile,BufRead *.h set filetype=c autocmd BufWinEnter *.* silent! loadview @@ -18,7 +16,7 @@ nnoremap ,cl :clast nnoremap ,co :copen nnoremap ,cq :call setqflist([]):cclose nnoremap ,cr :cnewer -nnoremap ,ct :call setqflist([{'filename': expand('%'), 'lnum': line('.'), 'col': col('.'), 'text': 'TODO'}], 'a') +nnoremap ,ct :!ctags -R . nnoremap ,cu :colder nnoremap ,h H nnoremap ,l L