Earlier quoted context omitted.
Ah, I see. Would this come at a performance cost? (My only experience with GUI editors is VSCode, which feels sluggish compared to Helix.)
Not necessarily. Zed is designed to be very fast. Worth looking into. https://zed.dev/ Both VS Code and Zed have pretty comprehensive (and in the case of VS Code, widely used) Vim modes, so it would really be quite a lot like that.
Helix-gpui: A simple GUI for the Helix editor
21–30 of 77 posts
Re: Helix-gpui: A simple GUI for the Helix editor
#22Re: Helix-gpui: A simple GUI for the Helix editor
#23[dead]
https://github.com/helix-editor/helix/issues/1125
Another example of a missing feature in high demand is the ability to pipe info about the current file (path, line number, etc) to a command, e.g., for a custom git blame command. Fortunately there is a PR for that and helix is easy to build from source.
Re: Helix-gpui: A simple GUI for the Helix editor
#24All we want is a tree explorer :'(
Re: Helix-gpui: A simple GUI for the Helix editor
#25All we want is a tree explorer :'(
Re: Helix-gpui: A simple GUI for the Helix editor
#26> Most modal editors are terminal apps, I'd like to change that and implement a good modal GUI editor. That’s lovely, I’m doing the same. I’m using glfw and C++14 to build a vim-ish IDE. I never learned to love vim/nvim plugins, and make only basic use of macros and substitutions so that’s pretty much the feature-set. It’s very fun to build your own UI library.
The best graphical, modal text editor is Emacs.
Re: Helix-gpui: A simple GUI for the Helix editor
#27> Most modal editors are terminal apps, I'd like to change that and implement a good modal GUI editor. That’s lovely, I’m doing the same. I’m using glfw and C++14 to build a vim-ish IDE. I never learned to love vim/nvim plugins, and make only basic use of macros and substitutions so that’s pretty much the feature-set. It’s very fun to build your own UI library.
The best graphical, modal text editor is Emacs.
There's plenty of things that Emacs does right, but evil-mode is far from ideal. Many plugins don't support it OOB and need special workarounds. Many others expect native Emacs keybindings and you need to manually add ones for evil-mode specifically. Nowadays I don't experience many issues with it, but this is mostly because my setup is largely static, and it took me several years of tweaking the configuration to get it in a state that's usable and intuitive for me. It's unreasonable to expect everyone else to have the same patience, so an editor with a _native_ modal UI can certainly improve the user experience.
Re: Helix-gpui: A simple GUI for the Helix editor
#28Earlier quoted context omitted.
The best graphical, modal text editor is Emacs.
Emacs is far from being modal though ...
Re: Helix-gpui: A simple GUI for the Helix editor
#29Earlier quoted context omitted.
The best graphical, modal text editor is Emacs.
Emacs is far from being modal though ...
Re: Helix-gpui: A simple GUI for the Helix editor
#30Earlier quoted context omitted.
Emacs is far from being modal though ...
Emacs is whatever you want it to be, and it has wonderful modal editing packages such as evil-mode[1] - which surpasses the editing system from vi that it is based on - and Meow[2] 1. https://github.com/emacs-evil/evil 2. https://github.com/meow-edit/meow