Using vim, how do you quickly refresh a web page you're working on?

Posted by aLostMonkey on Stack Overflow See other posts from Stack Overflow or by aLostMonkey
Published on 2010-06-17T20:20:58Z Indexed on 2010/06/17 20:33 UTC
Read the original article Hit count: 157

Filed under:
|
|
|
|

I've been using VIM for a few weeks now while messing with various web languages and I'm really enjoying it.

I find it cumbersome having to tab or click into my browser and refresh the page to see the effect of a code change. It's even more annoying as I'm using Virtual Box and I tend to be working from PDF files on the host system so I have limited window space.

Do you gurus have any fancy ways of doing this? I was wondering if it's possible to split the VIM workspace and have links/lynx in a window of its own or something to that effect?

© Stack Overflow or respective owner

Related posts about linux

Related posts about web-development