Remove obsolete/unwated command maps

This commit is contained in:
Alex D. 2024-10-31 15:11:09 +00:00
parent d7743e4f32
commit 15d6340c0c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 5 deletions

5
vimrc
View File

@ -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' <bar> edit! <CR>
cnoremap i! execute 'silent! write !doas make install' <CR>
function! CleverTab()
if &omnifunc != ''
@ -105,9 +104,5 @@ inoremap <silent><s-tab> <Tab>
autocmd FileType yaml setlocal sw=8 sts=8 expandtab
autocmd FileType tex command! Comp execute 'silent !pdflatex -interaction nonstopmode %' <bar> redraw!
autocmd FileType less command! Comp execute 'silent !lessc % %:r.css' <bar> redraw!
autocmd FileType tex command! Compdoc execute 'silent !pandoc -t docx % -o %:r.docx' <bar> redraw!
packloadall
silent! helptags ALL