remove non-standard colorscheme, and add ctags command instead of qflist TODO command
This commit is contained in:
+1
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user