Live data from Hacker News

Viewing profile — vim_racer

vim_racer

HN member
Joined
Mon, Aug 26, 2024, 9:15 PM UTC
HN karma
18
Public activity
20 items

About vim_racer

No profile information was provided.

Recent public activity

  1. comment
    Comment #41428355

    Relative line numbers are finally configurable through the settings icon now

  2. comment
    Comment #41428335

    Just a note, I've looked into this a bit more and it's technically possible. It would just require some redundancy and extra logic to keep everything in sync. The donate feature ha…

  3. comment
    Comment #41428314

    Just wanted to mention that I've made those settings configurable now, and it'll default to the normal vim line numbers. Feedback shifted this one up the priority list!

  4. comment
    Comment #41370196

    Ideally, I could fix the mousing clicking and add targets that you need to delete. I'm actually curious who would win that race. Because you're right; mouse users have a huge advan…

  5. comment
    Comment #41370142

    I think adding the ability to order by different columns would be good. I'm actually not 100% sure if I can achieve that with dynamo db and my current data structure though. It has…

  6. comment
    Comment #41370053

    Oh that's a huge find thank you. I wasn't sure what was missing. I think I'm working off a white list, so I should just be able to add that to it.

  7. comment
    Comment #41367493

    Oh that's a great suggestion! I was adding a bit to the description, but I should provide an example too.

  8. comment
    Comment #41367478

    There are some things that make the fake scores really obvious. It's going to be a challenge to protect the leaderboard against fake scores. There weren't a whole lot of them befor…

  9. comment
    Comment #41364906

    Another variation on that is relative in both modes, but my current cursor line has the absolute. That's what I tend to roll with!

  10. comment
    Comment #41364894

    Thats a good point! I'll have a better description by the next release. I'm conflicted about keypress count because I really want the focus to be about speed. VimGolf does a great …

  11. comment
    Comment #41364840

    Sorry about that! Something seems to be broken with my publishing pipelines. It used to be a graceful switch. Now I have to manually invalidate a cache. Seems to only happen on som…

  12. comment
    Comment #41363893

    I'll make the line numbers absolute by default soon. It's just a shallowish vim, so there's mostly only key bindings. I'd like to support more in the future though.

  13. comment
    Comment #41363888

    I think the library just has key bindings, so it wouldn't even have a vimrc. The library seems great at the time, but I might need to look into alternatives in the future.

  14. comment
    Comment #41362951

    Another user mentioned this too. I'll be adding settings to let users turn relative lines off.

  15. comment
    Comment #41362633

    I might just have to add a :q easter egg some day.

  16. comment
    Comment #41362625

    Are there any other configurations that people want to have? I can try to do a number of them manually.

  17. comment
    Comment #41362617

    I've got this feedback quite a few times, so I'm going to bump configurations up on the roadmap. I think proper vimrc configs might be impossible unless I swap out some of my libra…

  18. comment
    Comment #41362344

    Hmmm, thats interesting. Right now it just shows every character press, regardless of what it was to achieve. You'd be interested in something a bit more organized, so you can see …

  19. comment
    Comment #41362314

    That has been a tough bug to fix. From a configuration standpoint, deleting should be impossible. The VIM keybindings library seems to override that. I do really appreciate you men…

  20. comment
    Comment #41362300

    I've heard that feedback before, but I couldn't quite understand what was wrong. I'd really appreciate your help in troubleshooting. My understanding is that Shift + G should be ab…