Live data from Hacker News

Show HN: Hardtime.nvim – break bad habits and master Vim motions

github.com

11–20 of 89 posts

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#11
I use it and helped me greatly! Thanks a lot for putting this together.

There are few minor things I don't agree as bad habits. For instance, Home/End should be allowed at least when you are in edit mode as they armonize with almost any other text input (not just editors, but also the text inputs/areas on websites).

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#12

I use it and helped me greatly! Thanks a lot for putting this together. There are few minor things I don't agree as bad habits. For instance, Home/End should be allowed at least when you are in edit mode as they armonize with almost any other text input (not just editors, but also the text inputs/areas on websites).

Thank you! Home/End are actually allowed in Hardtime default config. I'm guessing that you are using AstroNvim since its community default config disables them: https://github.com/AstroNvim/astrocommunity/blob/main/lua/as...

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#15
Despite using vim and neovim for over 20 years, I'm still apparently a caveman when it comes to navigating. I both love and hate that this plugin calls me out for it. The "Hardtime Report" is a great feature, really shows just how pervasive my bad habits are. This could either help me improve - or force me to uninstall it in anger.

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#16
post #10

Earlier quoted context omitted.

Thanks, it is, right now! And will have a generous free tier once finished. The only big reason I am making a priced option is for users who want AI tips to be able to have that option. Right now, I do that by having reasoning models like o3 solve the levels and then provide tips or verifying a level can be solved with certain motions.

I'm always hesitant about signing up for services. would be great if there was a demo that didn't require creating an account!

Point taken! Right now I am exploring a way where users can test the service on the landing page, without signing up.

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#17
post #10

Earlier quoted context omitted.

Thanks, it is, right now! And will have a generous free tier once finished. The only big reason I am making a priced option is for users who want AI tips to be able to have that option. Right now, I do that by having reasoning models like o3 solve the levels and then provide tips or verifying a level can be solved with certain motions.

I'm always hesitant about signing up for services. would be great if there was a demo that didn't require creating an account!

I wouldn’t mind signing up without a demo if there was more information about what this is exactly.

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#18
I’ve been using vim for 10+ years. However I honestly don’t see the downside of repeating h or j to move up/down (with the key repeat delay adjusted to a small value). It’s more intuitive than using say 15j, which involves recognizing some number in the screen and then look at the keyboard to type because the upper number row cannot be easily touch typed

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#19

I’ve been using vim for 10+ years. However I honestly don’t see the downside of repeating h or j to move up/down (with the key repeat delay adjusted to a small value). It’s more intuitive than using say 15j, which involves recognizing some number in the screen and then look at the keyboard to type because the upper number row cannot be easily touch typed

I've pretty much always struggled with this too. I have a numpad that I can touchtype easily but if I'm taking my hands off homerow I may as well use a mouse at that point.

Re: Show HN: Hardtime.nvim – break bad habits and master Vim motions

#20
post #17
post #10

Earlier quoted context omitted.

I'm always hesitant about signing up for services. would be great if there was a demo that didn't require creating an account!

I wouldn’t mind signing up without a demo if there was more information about what this is exactly.

Great feedback! Will role out a update with that information
Post reply on HN