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