Live data from Hacker News

ViHN: Vim for Hacker News

qsantos.fr

11–20 of 58 posts

Re: ViHN: Vim for Hacker News

#13
As a fan of vi/vim keyboard navigation everywhere, I’m always intrigued to see how other people solve this. But if you’re looking for a more generalized approach, I can recommend a mix of vimium and w3m with vim key bindings.

Re: ViHN: Vim for Hacker News

#14
post #11

But... You can use $> lynx -vikeys from a terminal emulator inside the vim itself! That way you dont even have to invent anything or leave vim! (posted from vim btw)

Interesting. Are you running lynx inside a vim terminal buffer?

Re: ViHN: Vim for Hacker News

#16
post #11

But... You can use $> lynx -vikeys from a terminal emulator inside the vim itself! That way you dont even have to invent anything or leave vim! (posted from vim btw)

w3m which I am using also seems able to browse HN; however, usually people want seamless navigation between HN and various links, so a graphical browser is a must. Qutebrowser is a good choice for those who enjoy keyboard navigation.

Re: ViHN: Vim for Hacker News

#17
post #14
post #11

But... You can use $> lynx -vikeys from a terminal emulator inside the vim itself! That way you dont even have to invent anything or leave vim! (posted from vim btw)

Interesting. Are you running lynx inside a vim terminal buffer?

To wit: https://i.redd.it/p5h7ongm51541.jpg

The rightmost buffer is `w3m` browsing arXiv.

Re: ViHN: Vim for Hacker News

#18
post #15

I just use vimium, basically never have to use my mouse when browsing HN

when I hit `F` the url density is too high that it's difficult to tell which is which, how do you navigate differently?

It's not that high on HN? The left most column is upvote. Then the next button immediately to the right is the link. Next row buttons from left to right are username, comments (via hours link), hide, and comments again (normal link).

Re: ViHN: Vim for Hacker News

#19
Simple man: I see a screen with a window manager with gaps, I scream.

We're paying thousands of dollars for machines with high resolution displays, why don't people use the whole display???

Re: ViHN: Vim for Hacker News

#20
Why not using keyboard controls for web pages in general? I tried multiple solutions for browsing the web and using vim binding to do so over the years. Some of them for extended periods of time, including Tridactyl, Vimium and others. My favorite by far is Qutebrowser because of its default commands and integration of them, for example moving between tabs, editing or copying URLs or configuration is pretty easy.
Post reply on HN