Anyone here use lynx while browse HN?

8 points by solarized ↗ HN
Does lynx support vim keybinding like vimium? or any cli browser do you guys recommend? thank you

7 comments

[ 6.7 ms ] story [ 24.5 ms ] thread
I use "lynx -dump URL | vim -" so I can read the text with vim keybinding. :)

I have it as a shell function called "l" so I can invoke it with "l URL".

hi, thanks ! its easier to read a single static site within vim. It lost the power when the page contain many links.
> any cli browser do you guys recommend?

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.