Tag HelixEditor

5 bookmarks have this tag.

2026-03-06

7428.

toot by https://mastodon.ar.al/@aral

mastodon.ar.al/@aral/116181845020177486

Thanks to a work-in-progress Homebrew cask by Andi Péter (<https://codeberg.org/GramEditor/gram/issues/15#issuecomment-11159294>), I was just able to quickly install and play with the new Gram code editor (<https://codeberg.org/GramEditor/gram#gram>) – a fork of Zed with all the bullshit (AI, telemetry, etc.) removed that looks like it could be great editor to recommend both for people just learning to code (as I was, recently, to recommend for people learning Kitten¹) as well as seasoned programmers who don’t want to work in terminal.

And, as a bonus, it actually has a Helix Editor mode so if that’s your daily driver (raises hand), you can just use it like Helix (i.e., Helix Editor in a graphical shell).

If you want to try Andi’s build (only works on Mac at the moment and remember, you have to trust Andi):

brew tap petrosz007/gram-tap <https://codeberg.org/Petrosz007/homebrew-gram-tap.git>
brew install --cask gram

PS. You can follow the author of Gram, [@krig](https://goto.liten.app/@krig), on the fediverse :)

¹ <https://kitten.small-web.org>

[#gram](https://mastodon.ar.al/tags/gram) [#editor](https://mastodon.ar.al/tags/editor) [#gramEditor](https://mastodon.ar.al/tags/gramEditor) [#programming](https://mastodon.ar.al/tags/programming) [#coding](https://mastodon.ar.al/tags/coding) [#dev](https://mastodon.ar.al/tags/dev) [#zed](https://mastodon.ar.al/tags/zed) [#zedEditor](https://mastodon.ar.al/tags/zedEditor) [#helix](https://mastodon.ar.al/tags/helix) [#helixEditor](https://mastodon.ar.al/tags/helixEditor) [#brew](https://mastodon.ar.al/tags/brew) [#macOS](https://mastodon.ar.al/tags/macOS) [#noAI](https://mastodon.ar.al/tags/noAI) [#privacyRespecting](https://mastodon.ar.al/tags/privacyRespecting) [#tool](https://mastodon.ar.al/tags/tool)

2025-06-28

7308.

toot by https://hachyderm.io/@beeb

hachyderm.io/@beeb/114761679425056830

I've been using the [#HelixEditor](https://hachyderm.io/tags/HelixEditor) as my daily driver for the better part of a year now and I couldn't be more happy with it. I've managed to get a near-IDE setup and experience thanks to zellij and some awesome TUI tools.
This article aligns well with my experience, I recommend reading it if you're "modal editor curious" or dissatisfied with your (neo)vim config maintenance burden.

<https:herecomesthemoon.net/2025/06/i-like-helix/>

[#helix](https://hachyderm.io/tags/helix) [#modaleditor](https://hachyderm.io/tags/modaleditor) [#vim](https://hachyderm.io/tags/vim) [#neovim](https://hachyderm.io/tags/neovim)

2025-02-02

7258.

toot by https://fosstodon.org/@blaise

fosstodon.org/@blaise/113933009293837715

2024-03-22

7120.

toot by https://fosstodon.org/@codemonkeymike

fosstodon.org/@codemonkeymike/112141473068188754

Another [#HelixEditor](https://fosstodon.org/tags/HelixEditor) change I made which is changing my life.

Pressing x will highlight whole lines. But if you accidentally hit x too many times, there is no way to go back up. So I made shift+x do exactly that.

X = ["extend_line_up", "extend_to_line_bounds"]

2024-01-01

7084.

toot by https://mastodon.social/@eliasp

mastodon.social/@eliasp/111683100272400867

Giving [@zellij](https://hachyderm.io/@zellij) a try as [#tmux](https://mastodon.social/tags/tmux) replacement…
And it feels so "done right", just like when I moved on from (neo)vi(m) after decades to [#HelixEditor](https://mastodon.social/tags/HelixEditor)
The fundamental stuff just works and doesn't need a ton of tweaking, plugins and config debugging.
Getting started is made easy by the fact, that the UI doesn't hide its functionality behind a steep learning curve, but instead shows contextual hints for keyboard shortcuts, actions etc.
Something both, [#zellij](https://mastodon.social/tags/zellij) and [#HelixEditor](https://mastodon.social/tags/HelixEditor) just get right!