From 8a74d39df4d17635724e9e67193a10a5f90dc458 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Nov 2012 13:28:25 +0100 Subject: vimrc: Add TVp --- etc/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/vimrc b/etc/vimrc index 2adfbed..c437d4a 100644 --- a/etc/vimrc +++ b/etc/vimrc @@ -56,6 +56,7 @@ map :if exists("g:syntax_on") \ endif command! TV :w | :!texv % +command! TVp :w | :!texvp % " Greedy remaps (TODO: Add more keys) -- cgit v1.2.3