+ F9 now able to save markdown to pdf using pandoc
This commit is contained in:
parent
769e108b47
commit
bb245df756
2 changed files with 6 additions and 1 deletions
|
@ -63,9 +63,10 @@ augroup Binary
|
|||
au BufWritePost *.bin set nomod | endif
|
||||
augroup END
|
||||
|
||||
" ----- python for vim
|
||||
" ----- indent for corresponding extension
|
||||
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
|
||||
autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql
|
||||
autocmd BufEnter *.md set ai sw=4 ts=4 sta et fo=croql
|
||||
|
||||
" ----- Auto refresh vimrc
|
||||
augroup myvimrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue