Remove obsolete/unwated command maps
This commit is contained in:
parent
d7743e4f32
commit
15d6340c0c
5
vimrc
5
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' <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
|
||||
|
|
Loading…
Reference in New Issue