diff --git a/vimrc b/vimrc index 3abd7ee..b7e8d62 100644 --- a/vimrc +++ b/vimrc @@ -88,7 +88,6 @@ let g:airline_skip_empty_sections = v:true let g:airline_theme='term' cnoremap w!! execute 'silent! write !doas tee % >/dev/null' edit! -cnoremap i! execute 'silent! write !doas make install' function! CleverTab() if &omnifunc != '' @@ -105,9 +104,5 @@ inoremap autocmd FileType yaml setlocal sw=8 sts=8 expandtab -autocmd FileType tex command! Comp execute 'silent !pdflatex -interaction nonstopmode %' redraw! -autocmd FileType less command! Comp execute 'silent !lessc % %:r.css' redraw! -autocmd FileType tex command! Compdoc execute 'silent !pandoc -t docx % -o %:r.docx' redraw! - packloadall silent! helptags ALL