diff options
Diffstat (limited to 'init.vim')
| -rwxr-xr-x | init.vim | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -102,20 +102,6 @@ autocmd FileType markdown set textwidth=70 au BufRead /tmp/mutt-* set textwidth=70 au BufRead /tmp/mutt-* set formatoptions+=a - -"if expand('%:t') == 'paper.tex' -" set formatoptions+=a -" set textwidth=70 -" set filetype=tex -" autocmd BufWritePost * silent! execute "!./compile.sh&" -"endif - -if expand('%:t') == 'paper.md' || expand('%:t') == 'paper.ms' - "set fo+=a - "autocmd BufWritePost * silent! execute "!./compile.sh&" -endif - - map <leader>q :wqa<cr> map <leader>m :w\|!make<cr> map <leader>n :w\|!make > /dev/null&<cr> |
