From f9edbd71f13960c8d025e3f2fa4460d6b27cc812 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 15 Jun 2012 12:05:44 +0200 Subject: vimrc: Add texv command --- etc/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/vimrc b/etc/vimrc index 6e52268..2adfbed 100644 --- a/etc/vimrc +++ b/etc/vimrc @@ -55,6 +55,8 @@ map :if exists("g:syntax_on") \ colorscheme darkblue \ endif +command! TV :w | :!texv % + " Greedy remaps (TODO: Add more keys) noremap - : -- cgit v1.2.3