Mercurial > dotfiles.old
comparison vimrc @ 250:7a595f9ef896
Switch to tmux-continuum
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 23 Feb 2015 17:53:58 +0100 |
parents | 5199030e3e2c |
children | 731b2964b8fd |
comparison
equal
deleted
inserted
replaced
249:c3fa40982d74 | 250:7a595f9ef896 |
---|---|
343 | 343 |
344 " Filetype specific settings | 344 " Filetype specific settings |
345 " Latex {{{ | 345 " Latex {{{ |
346 " Open pdf | 346 " Open pdf |
347 nnoremap <leader>v :!open -a /Applications/TeX/TeXShop.app %:r.pdf<CR><CR> | 347 nnoremap <leader>v :!open -a /Applications/TeX/TeXShop.app %:r.pdf<CR><CR> |
348 autocmd FileType tex setlocal makeprg=latexmk\ -pdf\ %:r | 348 " autocmd FileType tex setlocal makeprg=latexmk\ -pdf\ %:r |
349 au BufNewFile,BufRead,BufEnter *.tex setlocal spell spelllang=en_gb | 349 au BufNewFile,BufRead,BufEnter *.tex setlocal spell spelllang=en_gb |
350 au BufNewFile,BufRead,BufEnter *.tex setlocal textwidth=0 | 350 au BufNewFile,BufRead,BufEnter *.tex setlocal textwidth=0 |
351 " }}} | 351 " }}} |
352 " Markdown {{{ | 352 " Markdown {{{ |
353 let g:vim_markdown_folding_disabled=1 | 353 let g:vim_markdown_folding_disabled=1 |