summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-11-12 13:28:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-11-12 13:28:25 +0100
commit8a74d39df4d17635724e9e67193a10a5f90dc458 (patch)
tree7a71e8c212af105929d40bf306d7650b4f601117
parentf9edbd71f13960c8d025e3f2fa4460d6b27cc812 (diff)
vimrc: Add TVp
-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)