#helixeditor — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #helixeditor, aggregated by home.social.
-
@goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.
-
@goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.
-
@goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.
-
@goeranh @dreieck Well I'm currently pretty happy with #HelixEditor but that's probably going to get a plugin system scriptable with a lisp.
-
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: https://www.reddit.com/r/HelixEditor/comments/1iearpt/comment/ma64dqd/
-
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: https://www.reddit.com/r/HelixEditor/comments/1iearpt/comment/ma64dqd/
-
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: https://www.reddit.com/r/HelixEditor/comments/1iearpt/comment/ma64dqd/
-
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: https://www.reddit.com/r/HelixEditor/comments/1iearpt/comment/ma64dqd/
-
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: https://www.reddit.com/r/HelixEditor/comments/1iearpt/comment/ma64dqd/
-
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: https://www.tomwaddington.dev/steel-helix-first-steps.html
-
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: https://www.tomwaddington.dev/steel-helix-first-steps.html
-
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: https://www.tomwaddington.dev/steel-helix-first-steps.html
-
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: https://www.tomwaddington.dev/steel-helix-first-steps.html
-
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: https://www.tomwaddington.dev/steel-helix-first-steps.html
-
Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker
-
Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker
-
Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker
-
Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker
-
Hmm, #HelixEditor highlights staged changes in the buffer gutter, but doesn't identify their files in the changed file picker
-
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? 🤣
-
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? 🤣
-
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? 🤣
-
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? 🤣
-
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? 🤣
-
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 🤣
-
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 🤣
-
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 🤣
-
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 🤣
-
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 🤣
-
I'm really enjoying making small scripts in #AmberLang
https://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).
https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/permalink.ab
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: https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/blame.ab
-
I'm really enjoying making small scripts in #AmberLang
https://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).
https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/permalink.ab
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: https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/blame.ab
-
I'm really enjoying making small scripts in #AmberLang
https://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).
https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/permalink.ab
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: https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/blame.ab
-
I'm really enjoying making small scripts in #AmberLang
https://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).
https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/permalink.ab
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: https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/blame.ab
-
I'm really enjoying making small scripts in #AmberLang
https://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).
https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/permalink.ab
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: https://codeberg.org/beeb/.dotfiles/src/branch/main/scripts/blame.ab
-
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 :(
-
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 :(
-
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 :(
-
Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?
-
Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?
-
Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?
-
Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?
-
Anyone else using `eb` and `EB` instead of `miw` and `miW` to select words in Helix, or are y'all normal?
-
📁[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 😅
-
📁[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 😅
-
📁[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 😅
-
📁[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 😅
-
📁[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 😅
-
#HelixEditor mode in Zed is starting to feel nicer than Helix itself
-
#HelixEditor mode in Zed is starting to feel nicer than Helix itself
-
#HelixEditor mode in Zed is starting to feel nicer than Helix itself