summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/vimrc b/etc/vimrc
index 2adfbed..c437d4a 100644
--- a/etc/vimrc
+++ b/etc/vimrc
@@ -56,6 +56,7 @@ map <F7> :if exists("g:syntax_on") <Bar>
\ endif <CR>
command! TV :w | :!texv %
+command! TVp :w | :!texvp %
" Greedy remaps (TODO: Add more keys)