aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-10-15 10:18:28 -0700
committerkatherine <shmibs@shmibbles.me>2017-10-15 10:18:28 -0700
commit99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 (patch)
tree678e2aef1d7b0f6b3925f713ab1a252221c2d734 /.vimrc
parentcac1dda765feb39b2308b0dbc56c1da889e6216c (diff)
downloaddotfiles-99ed9a2ea95d1c0c9c66af6943566a464c03c3e5.tar.gz
first steps away from mate backend
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 3 insertions, 2 deletions
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 <buffer> -- O%<Space>
nnoremap <buffer> <Leader>c :!latex -output-format=pdf "%"<CR><CR>
nnoremap <buffer> <Leader>C :!latex -output-format=pdf "%"<CR>
- nnoremap <buffer> <Leader>x :!xelatex -output-format=pdf "%"<CR><CR>
- nnoremap <buffer> <Leader>X :!xelatex -output-format=pdf "%"<CR>
+ nnoremap <buffer> <Leader>x :!xelatex "%"<CR><CR>
+ nnoremap <buffer> <Leader>X :!xelatex "%"<CR>
nnoremap <buffer> <Leader>w :call Settings_sub_wmodetoggle()<CR>
endfunction