merging vim folders
This commit is contained in:
@ -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
|
||||
|
5
vim/.vim/ftplugin/tex.vim
Normal file
5
vim/.vim/ftplugin/tex.vim
Normal file
@ -0,0 +1,5 @@
|
||||
set concealcursor=""
|
||||
|
||||
highlight Conceal ctermfg=red
|
||||
|
||||
noremap <silent> <F12> <ESC>:silent !pdflatex % && mupdf %:r.pdf&<CR>
|
Reference in New Issue
Block a user