Live data from Hacker News

Viewing profile — archseer

archseer

HN member
Joined
Sat, Sep 28, 2013, 3:47 PM UTC
HN karma
663
Public activity
104 items

About archseer

my public key: https://keybase.io/speed; my proof: https://keybase.io/speed/sigs/TcbsclNHt4mvME-VM0Q_qIKPifMnC0AfDsZC4sECs1c

Recent public activity

  1. comment
    Comment #42821422

    https://github.com/helix-editor/helix/pull/12527

  2. comment
    Comment #40934717

    Author here. I listen to feedback, but it's hard to incorporate every possible requested feature without the codebase becoming an unmaintainable mess. We're a small team with limit…

  3. comment
  4. comment
    Comment #36429435

    Splits are provided, tabs and terminals aren't. Diff mode is work in progress.

  5. comment
    Comment #35168372

    https://www.mpscholten.de/docker/2016/01/27/you-are-most-lik...

  6. comment
    Comment #34703563

    I think you're mistaken. See https://www.youtube.com/watch?v=3UAaky12REM for example.

  7. comment
    Comment #34060961

    Both ZSTD and LZ4 were built by the same author. They have slightly different target goals: https://news.ycombinator.com/item?id=23211804

  8. comment
    Comment #34027411

    There's also a dramatic video rendition by the author: https://youtube.com/watch?v=_lLm3a33WsE

  9. comment
    Comment #33907490

    Thanks for the kind words! Fixed the link :)

  10. comment
    Comment #33896070

    There's this config you might like: https://github.com/LGUG2Z/helix-vim We can't invert the bindings though (wd -> dw) because that would require a big internal change to add opera…

  11. comment
    Comment #33895586

    A tree-sitter grammar is slightly more complex but it has a bunch of benefits! Syntax highlighting is more correct, faster and a bunch of smart features like indentation and foldin…

  12. comment
    Comment #33895560

    If the bindings were the same, then what's the point? We're not a "vim ported to rust", instead we got our own take on things. (from the vision doc: "Don't try to be everything for…

  13. comment
  14. comment
    Comment #33891822

    1) there's a pull request that fixes this but needs a bit of polish ( https://github.com/helix-editor/helix/pull/1819 ) 3) There's also a discussion for this, we hoped to include i…

  15. comment
    Comment #33891815

    Well it's similar in vim: if I press `d` accidentally and I don't notice, then any subsequent movement commands will start to modify the file. It's a bit more explicit in Helix sin…

  16. comment
    Comment #33815954

    Treating newlines as regular characters allows you to use them in motions: t will select text until end of the line for example.

  17. comment
    Comment #33742494

    That's probably because a lot of electron apps still run via Xwayland and you need to opt into ozone (chromium Wayland implementation)

  18. comment
    Comment #33501458

    I think you mean elastic tab stops https://nickgravgaard.com/elastic-tabstops/

  19. comment
    Comment #33497643

    Maybe you need to update your homebrew cache? https://formulae.brew.sh/formula/helix

  20. comment
    Comment #33497619

    Does it matter? I used Rust to write it but I don't claim it's "blazingly fast". The post-modern tagline is a joke. https://news.ycombinator.com/item?id=33158035

  21. comment
    Comment #33497529

    We're planning to support multiple frontend too. The terminal one is just the main client.

  22. comment
    Comment #33351949

    > Helix cursor is bad and they refuse to fix it What? Our cursor matches the default vim one (always 1-width, always bar). If you want to change cursor shapes, there's a config opt…

  23. comment
    Comment #33159160

    We're working on snippets! It'll take a while longer to get there though.

  24. comment
    Comment #33158035

    Helix author here: I think the poster chose an unfortunate headline. 1) Helix was written to replace my neovim setup but is in fact kakoune inspired. 2) It's written in Rust but I …

  25. comment
    Comment #31944399

    > it kind of falls apart I'd like to point out that the editor is barely a year old and I'm working on it entirely during my free time. It takes time to sort out all the issues and…