From 99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 15 Oct 2017 10:18:28 -0700 Subject: first steps away from mate backend --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 978db21..b9a2e4a 100644 --- a/.vimrc +++ b/.vimrc @@ -397,12 +397,13 @@ function! Settings_tex() setlocal shiftwidth=4 setlocal tabstop=4 setlocal softtabstop=4 + setlocal spell "mappings nnoremap -- O% nnoremap c :!latex -output-format=pdf "%" nnoremap C :!latex -output-format=pdf "%" - nnoremap x :!xelatex -output-format=pdf "%" - nnoremap X :!xelatex -output-format=pdf "%" + nnoremap x :!xelatex "%" + nnoremap X :!xelatex "%" nnoremap w :call Settings_sub_wmodetoggle() endfunction -- cgit v1.2.3