Hi List,

I am writing some restructured text with vim and want to see the
result in the firefox. I got some hint from the webpage "http://
www.zopyx.com/blog/editing-restructuredtext-with-vim". Everything
works fine but when I preview the file everytime, it opens new a
firefox tab. My question is that how I could prevent firefox to open a
new tab. I want to see the result on the same page not in the
different new tab. The code is below but I don't know how to change
the code.

----------------------------------------------------------------------------------------------------------
>
:com RP :exec "Vst html" | w! /tmp/test.html | :q | !firefox /tmp/
test.html
----------------------------------------------------------------------------------------------------------
<

thanks,
Ahmet


      

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to