home.social

#helixeditor — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #helixeditor, aggregated by home.social.

  1. @goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.

  2. @goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.

  3. @goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.

  4. @goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.

  5. Just learned about the `gw` navigation command in Helix Editor and, wow, how have I lived before?

    (Bind it to enter in normal mode for an even better workflow.)

    Credit: reddit.com/r/HelixEditor/comme

    #HelixEditor #dev

  6. Just learned about the `gw` navigation command in Helix Editor and, wow, how have I lived before?

    (Bind it to enter in normal mode for an even better workflow.)

    Credit: reddit.com/r/HelixEditor/comme

    #HelixEditor #dev

  7. Just learned about the `gw` navigation command in Helix Editor and, wow, how have I lived before?

    (Bind it to enter in normal mode for an even better workflow.)

    Credit: reddit.com/r/HelixEditor/comme

    #HelixEditor #dev

  8. Just learned about the `gw` navigation command in Helix Editor and, wow, how have I lived before?

    (Bind it to enter in normal mode for an even better workflow.)

    Credit: reddit.com/r/HelixEditor/comme

    #HelixEditor #dev

  9. Just learned about the `gw` navigation command in Helix Editor and, wow, how have I lived before?

    (Bind it to enter in normal mode for an even better workflow.)

    Credit: reddit.com/r/HelixEditor/comme

    #HelixEditor #dev

  10. It looks like the Helix is getting a legit Scheme plugin language with Steel. This is amazing and terrifying for me, given my track record of jumping editors. Helix already plays super, duper well with NixOS as well.

    Bookmarking this article for later for how to get the nREPL working: tomwaddington.dev/steel-helix-

  11. It looks like the Helix is getting a legit Scheme plugin language with Steel. This is amazing and terrifying for me, given my track record of jumping editors. Helix already plays super, duper well with NixOS as well.

    Bookmarking this article for later for how to get the nREPL working: tomwaddington.dev/steel-helix-

    #helix #helixeditor

  12. It looks like the Helix is getting a legit Scheme plugin language with Steel. This is amazing and terrifying for me, given my track record of jumping editors. Helix already plays super, duper well with NixOS as well.

    Bookmarking this article for later for how to get the nREPL working: tomwaddington.dev/steel-helix-

    #helix #helixeditor

  13. It looks like the Helix is getting a legit Scheme plugin language with Steel. This is amazing and terrifying for me, given my track record of jumping editors. Helix already plays super, duper well with NixOS as well.

    Bookmarking this article for later for how to get the nREPL working: tomwaddington.dev/steel-helix-

    #helix #helixeditor

  14. It looks like the Helix is getting a legit Scheme plugin language with Steel. This is amazing and terrifying for me, given my track record of jumping editors. Helix already plays super, duper well with NixOS as well.

    Bookmarking this article for later for how to get the nREPL working: tomwaddington.dev/steel-helix-

    #helix #helixeditor

  15. Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker

  16. Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker

  17. Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker

  18. Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker

  19. Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker

  20. But also why the hell would you even consider a lisp based syntax in 2026 for a plugin system? Why do you like this in today's world, are you asking only hardcore tribes to enter the ecosystem? 🤣

    #helixEditor

  21. But also why the hell would you even consider a lisp based syntax in 2026 for a plugin system? Why do you like this in today's world, are you asking only hardcore tribes to enter the ecosystem? 🤣

  22. But also why the hell would you even consider a lisp based syntax in 2026 for a plugin system? Why do you like this in today's world, are you asking only hardcore tribes to enter the ecosystem? 🤣

    #helixEditor

  23. But also why the hell would you even consider a lisp based syntax in 2026 for a plugin system? Why do you like this in today's world, are you asking only hardcore tribes to enter the ecosystem? 🤣

    #helixEditor

  24. But also why the hell would you even consider a lisp based syntax in 2026 for a plugin system? Why do you like this in today's world, are you asking only hardcore tribes to enter the ecosystem? 🤣

    #helixEditor

  25. Are we finally getting helix IDE plugins? That's kinda wild how long its taking to decide on this. Back in the day you just do it and see where it goes 🤣

    #editor #helixEditor

  26. Are we finally getting helix IDE plugins? That's kinda wild how long its taking to decide on this. Back in the day you just do it and see where it goes 🤣

  27. Are we finally getting helix IDE plugins? That's kinda wild how long its taking to decide on this. Back in the day you just do it and see where it goes 🤣

    #editor #helixEditor

  28. Are we finally getting helix IDE plugins? That's kinda wild how long its taking to decide on this. Back in the day you just do it and see where it goes 🤣

    #editor #helixEditor

  29. Are we finally getting helix IDE plugins? That's kinda wild how long its taking to decide on this. Back in the day you just do it and see where it goes 🤣

    #editor #helixEditor

  30. I'm really enjoying making small scripts in #AmberLang

    docs.amber-lang.com/0.6.0-alpha

    It's a higher-level and typed language which compiles down to #bash, a cool concept!

    Below an example of a helper I use to copy to clipboard the remote link for the file I have currently open in #HelixEditor (complete with the range of lines in my selection).

    codeberg.org/beeb/.dotfiles/sr

    The following command (using expansion) is bound to a keyboard shortcut in Helix:

    `:sh permalink %{buffer_name} %{selection_line_start} %{selection_line_end}`

    And here's one to git blame the current line: codeberg.org/beeb/.dotfiles/sr

    #scripting #ScriptingLanguage #bash_scripting

  31. I'm really enjoying making small scripts in #AmberLang

    docs.amber-lang.com/0.6.0-alpha

    It's a higher-level and typed language which compiles down to #bash, a cool concept!

    Below an example of a helper I use to copy to clipboard the remote link for the file I have currently open in #HelixEditor (complete with the range of lines in my selection).

    codeberg.org/beeb/.dotfiles/sr

    The following command (using expansion) is bound to a keyboard shortcut in Helix:

    `:sh permalink %{buffer_name} %{selection_line_start} %{selection_line_end}`

    And here's one to git blame the current line: codeberg.org/beeb/.dotfiles/sr

    #scripting #ScriptingLanguage #bash_scripting

  32. I'm really enjoying making small scripts in #AmberLang

    docs.amber-lang.com/0.6.0-alpha

    It's a higher-level and typed language which compiles down to #bash, a cool concept!

    Below an example of a helper I use to copy to clipboard the remote link for the file I have currently open in #HelixEditor (complete with the range of lines in my selection).

    codeberg.org/beeb/.dotfiles/sr

    The following command (using expansion) is bound to a keyboard shortcut in Helix:

    `:sh permalink %{buffer_name} %{selection_line_start} %{selection_line_end}`

    And here's one to git blame the current line: codeberg.org/beeb/.dotfiles/sr

    #scripting #ScriptingLanguage #bash_scripting

  33. I'm really enjoying making small scripts in

    docs.amber-lang.com/0.6.0-alpha

    It's a higher-level and typed language which compiles down to , a cool concept!

    Below an example of a helper I use to copy to clipboard the remote link for the file I have currently open in (complete with the range of lines in my selection).

    codeberg.org/beeb/.dotfiles/sr

    The following command (using expansion) is bound to a keyboard shortcut in Helix:

    `:sh permalink %{buffer_name} %{selection_line_start} %{selection_line_end}`

    And here's one to git blame the current line: codeberg.org/beeb/.dotfiles/sr

  34. I'm really enjoying making small scripts in #AmberLang

    docs.amber-lang.com/0.6.0-alpha

    It's a higher-level and typed language which compiles down to #bash, a cool concept!

    Below an example of a helper I use to copy to clipboard the remote link for the file I have currently open in #HelixEditor (complete with the range of lines in my selection).

    codeberg.org/beeb/.dotfiles/sr

    The following command (using expansion) is bound to a keyboard shortcut in Helix:

    `:sh permalink %{buffer_name} %{selection_line_start} %{selection_line_end}`

    And here's one to git blame the current line: codeberg.org/beeb/.dotfiles/sr

    #scripting #ScriptingLanguage #bash_scripting

  35. thankfully my terminal emulator of choice, alacritty, has an anti-llm policy!

    My favorite editor helix sadly does not, and it appears to be infested as well :(

    #alacritty #noai #nollm #HelixEditor

  36. thankfully my terminal emulator of choice, alacritty, has an anti-llm policy!

    My favorite editor helix sadly does not, and it appears to be infested as well :(

    #alacritty #noai #nollm #HelixEditor

  37. thankfully my terminal emulator of choice, alacritty, has an anti-llm policy!

    My favorite editor helix sadly does not, and it appears to be infested as well :(

    #alacritty #noai #nollm #HelixEditor

  38. Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?

    #helix #HelixEditor

  39. Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?

    #helix #HelixEditor

  40. Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?

    #helix #HelixEditor

  41. Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?

    #helix #HelixEditor

  42. Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?

    #helix #HelixEditor

  43. 📁[PRO] It’s time to say goodbye to #Vim / #NVim and hello 👋 to #HelixEditor … and yes I change my whole NixOS Infrastructure to configure 🧬Helix declarative and reproducible 😅

    nerdbude.com/helix/

  44. 📁[PRO] It’s time to say goodbye to #Vim / #NVim and hello 👋 to #HelixEditor … and yes I change my whole NixOS Infrastructure to configure 🧬Helix declarative and reproducible 😅

    nerdbude.com/helix/

  45. 📁[PRO] It’s time to say goodbye to #Vim / #NVim and hello 👋 to #HelixEditor … and yes I change my whole NixOS Infrastructure to configure 🧬Helix declarative and reproducible 😅

    nerdbude.com/helix/

  46. 📁[PRO] It’s time to say goodbye to #Vim / #NVim and hello 👋 to #HelixEditor … and yes I change my whole NixOS Infrastructure to configure 🧬Helix declarative and reproducible 😅

    nerdbude.com/helix/

  47. 📁[PRO] It’s time to say goodbye to #Vim / #NVim and hello 👋 to #HelixEditor … and yes I change my whole NixOS Infrastructure to configure 🧬Helix declarative and reproducible 😅

    nerdbude.com/helix/

  48. #HelixEditor mode in Zed is starting to feel nicer than Helix itself

  49. #HelixEditor mode in Zed is starting to feel nicer than Helix itself

  50. #HelixEditor mode in Zed is starting to feel nicer than Helix itself