From 15d6340c0c67fdb5a4f0038992c28ebee7405d11 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Thu, 31 Oct 2024 15:11:09 +0000 Subject: [PATCH] Remove obsolete/unwated command maps --- vimrc | 5 ----- 1 file changed, 5 deletions(-) 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