> any cli browser do you guys recommend?<p>When I want a cli browser, I typically use elinks. I like its mouse support and how it renders pages. Regarding vim keybindings, taking a look at the manual right now, I see that the keybindings are configurable, so you can just define the vi-style keybindings yourself.
I use "lynx -dump URL | vim -" so I can read the text with vim keybinding. :)<p>I have it as a shell function called "l" so I can invoke it with "l URL".