ViHN: Vim for Hacker News
qsantos.fr
ViHN: Vim for Hacker News
1–10 of 58 posts
Re: ViHN: Vim for Hacker News
#2[1] https://github.com/qsantos/ViHN/
[2] https://addons.mozilla.org/fr/firefox/addon/vihn/
[3] https://chromewebstore.google.com/detail/vihn/cfmccoefeojndm...
Re: ViHN: Vim for Hacker News
#3Re: ViHN: Vim for Hacker News
#4I just use vimium, basically never have to use my mouse when browsing HN
Re: ViHN: Vim for Hacker News
#5Switching to my browser, navigating to HN, and checking the first page (and going back if nothing interests me) already does not require me to touch my mouse and can be done with very few keystrokes. Typically, I visit HN when I'm waiting for something to complete or similar, though, in which case I anyways happily move my hand to the mouse, as I'll be _browsing_ for a bit
Re: ViHN: Vim for Hacker News
#6There's some weird scroll into view code as well, holding j to just scroll down buffers up a bunch of scrolls and then scrolls all at once. I'm guessing it's a side effect of smooth scrolling or something.
To avoid being a typical grumpy HN commentator, nice work :).
Re: ViHN: Vim for Hacker News
#7 curl -s 'https://news.ycombinator.com/from?site=youtube.com' \
| egrep -o 'https?://www.youtube.com[^"]+' \
| mpv --playlist=- \
--speed=1.5 \
--ytdl-format='bestvideo[height
[1] https://taylor.town/hntvRe: ViHN: Vim for Hacker News
#8I just use vimium, basically never have to use my mouse when browsing HN
Re: ViHN: Vim for Hacker News
#9I just use vimium, basically never have to use my mouse when browsing HN