? i dont know what changed
This commit is contained in:
parent
d8d9d0638e
commit
2e8dc99036
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ else
|
||||||
autocmd FileType python imap <buffer> <F9> <esc> :w<CR>:vs<CR>:ter python3 "%"<CR>
|
autocmd FileType python imap <buffer> <F9> <esc> :w<CR>:vs<CR>:ter python3 "%"<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
autocmd FileType sh map <buffer> <F9> :w<CR>:vs<CR>:ter sh "%"<CR>
|
||||||
|
autocmd FileType sh imap <buffer> <F9> <esc> :w<CR>:vs<CR>:ter sh "%"<CR>
|
||||||
|
|
||||||
" ----- Automatically Render PDF
|
" ----- Automatically Render PDF
|
||||||
autocmd FileType plaintex command! -nargs=0 Lw w !pdflatex % > /dev/null
|
autocmd FileType plaintex command! -nargs=0 Lw w !pdflatex % > /dev/null
|
||||||
autocmd FileType tex command! -nargs=0 Lw w !pdflatex % > /dev/null
|
autocmd FileType tex command! -nargs=0 Lw w !pdflatex % > /dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue