merging vim folders

This commit is contained in:
Debucquoy
2023-11-02 10:11:39 +01:00
parent 4234763787
commit 7f78647c46
8 changed files with 58 additions and 0 deletions

View File

@ -1 +1,8 @@
noremap <F11> <ESC>:vert term python -i %<CR>
noremap <F12> <ESC>:vert term python %<CR>
set sw=4
set ts=4
set sts=4
set foldmethod=indent

View File

@ -0,0 +1,5 @@
set concealcursor=""
highlight Conceal ctermfg=red
noremap <silent> <F12> <ESC>:silent !pdflatex % && mupdf %:r.pdf&<CR>