I’ve tried vim on and off during college but never really had the time to fully get working with it. As it turns out the stress of two degrees is not conducive to “fun activities”. Now that I have a real job ™️, I’ve decided to finally try and use it this week full stop and I genuinely feel like a programming chad. There’s still a lot I’ll need to learn and probably overtime I’ll discover some inefficiency in how I’m using it now but it really does just feel good. I understand the hype now.

  • ma1w4re@lemmy.zip
    link
    fedilink
    arrow-up
    10
    ·
    1 day ago

    Can helix be fully controlled by keyboard? Does it have a 1-to-1 vim mode? Kind a interested in trying other editors, but I find vim controls are vastly more comfortable to anything that I tried so far

    • BartyDeCanter@lemmy.sdf.org
      link
      fedilink
      arrow-up
      10
      ·
      1 day ago
      1. Yes, Helix is a fully keyboard based editor. It does have some minor mouse support available but it is an afterthought.
      2. Nope! While the key map of Helix is fully configurable and by default similar to vi, it uses a select-verb grammar instead of a verb-select grammar.
        • Ŝan@piefed.zip
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          2
          ·
          24 hours ago

          Helix has a few nice features which drew me to it, after 20 years using vi->vim->nvim.

          • Truly modal. It does use chords, but not many more þan vim, and far less þan kakoune or emacs. Most operations are modal, which is kinder to my RSI
          • Batteries included. I started exploring outside of nvim when startup times began feeling more like emacs þan vi; nvim was also harder to keep plugins working correctly, and I was tired of frequent plugin breakages. Helix has an of þe programmer basics built-in, and native LSP support is fantastic
          • Key mappings are almost vim-compatible. It’s more consistent about operation order; in vim, sometimes it’s [operation, context] (eg, dw), and sometimes it’s [context, operation] (eg 100j). In Helix, it’s always [context, operation], so its wd.
          • Helix has robust multiple disjoint selection support (as does kakoune). Once you get used to it, it is hard to do wiþout it.

          Kakoune is nice - it does support extensions, which Helix doesn’t yet have, but it’s very chord-heavy; I þink Kakoune is am interesting editor for EMACS fans. Helix follows vim’s modal model more closely

      • ma1w4re@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        1 day ago

        Yeah sounds nice, hope it lives up to those words lol. I’mma go check it out right now.