Helix: Post-Modern Text Editor
41–50 of 169 posts
Re: Helix: Post-Modern Text Editor
#42I really like helix. So much that I've switched from jetbrains to neovim. I think hx is way more "discoverable" than vim with it's "whichkey" by default functionality and it's motion-first structure is way more attractive to me. As someone used to an IDE, I just really want git integration and other things. As soon as they land on a plugin system, maybe it will be viable.
This is a very confusing statement. Helix caused you to drop JetBrains IDEs for another editor (that is not Helix) entirely?
Re: Helix: Post-Modern Text Editor
#43Earlier quoted context omitted.
Remap capslock to CTRL when held and ESC when tapped. Good idea for vim too
The classic mapping is Alt/Meta to send escape when tapped, because terminals send Alt-q as `ESC q`. I have no strong opinions about how people lay out their keyboards, other than that people should try a split key if they haven't. My layout sends ESC when Alt is tapped, capslock is for backspace.
Re: Helix: Post-Modern Text Editor
#44Re: Helix: Post-Modern Text Editor
#45Re: Helix: Post-Modern Text Editor
#46Earlier quoted context omitted.
> The first thing I did on my vim setup was installing an extension which gave me very similar command completions. How did you do that? Were you also able to replicate the small popups that open when you press `m`, `g`, etc.?
Just an extension. It is https://github.com/liuchengxu/vim-which-key if you are interested. >Were you also able to replicate the small popups that open when you press `m`, `g`, etc.? Yes, although 'm' has a totally different meaning in vim (placing a mark), so there is no popup for that. But it works where there are actually sensible choices, even for marks it works and shows you every available one, which is pretty…
New nvim api lets mappings add a desc which will get picked up automatically with this plugin.
Re: Helix: Post-Modern Text Editor
#47For anyone who's used to fd/jk/kj/jj/jf or the like in Vim as an alias to ESC to exit insert mode, it looks like Helix is not too usable as of today: https://github.com/helix-editor/helix/issues/2612 I would've considered exploring Helix myself if it wasn't for this.
Remap capslock to CTRL when held and ESC when tapped. Good idea for vim too
https://twobithistory.org/2018/08/05/where-vim-came-from.htm...
Re: Helix: Post-Modern Text Editor
#48I often wonder what a modern emacs would look like. This feel like a step in that direction.