diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-11-12 13:28:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-11-12 13:28:25 +0100 |
commit | 8a74d39df4d17635724e9e67193a10a5f90dc458 (patch) | |
tree | 7a71e8c212af105929d40bf306d7650b4f601117 /etc | |
parent | f9edbd71f13960c8d025e3f2fa4460d6b27cc812 (diff) |
vimrc: Add TVp
Diffstat (limited to 'etc')
-rw-r--r-- | etc/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |