diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-06-15 12:05:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-06-15 12:05:44 +0200 |
commit | f9edbd71f13960c8d025e3f2fa4460d6b27cc812 (patch) | |
tree | 9d25555f49410d4b2ba3297284bbb3ef3889af9b /etc | |
parent | 38bc2e26f408853928052cbb8b5af1d65e8a5ba4 (diff) |
vimrc: Add texv command
Diffstat (limited to 'etc')
-rw-r--r-- | etc/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ map <F7> :if exists("g:syntax_on") <Bar> \ colorscheme darkblue <Bar> \ endif <CR> +command! TV :w | :!texv % + " Greedy remaps (TODO: Add more keys) noremap - : |