summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-07-21 19:45:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-07-21 19:45:38 +0200
commitfd9f3cbca56f8404b83317ab0a59a3c5a324c425 (patch)
treeb48ffc30b944251da4e046808df2be8714f0daf4
parentdf5c52aaefa01e5f807b66c1c74194592bf56fc7 (diff)
vimrc: Add texvn
-rw-r--r--etc/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/vimrc b/etc/vimrc
index cfef80b..0f4000c 100644
--- a/etc/vimrc
+++ b/etc/vimrc
@@ -60,6 +60,7 @@ map <F7> :if exists("g:syntax_on") <Bar>
command! TV :w | :!texv %
command! TVb :w | :!texvb %
+command! TVn :w | :!texvn %
command! TVp :w | :!texvp %