61
Incredible article explaining how to use Helix Editor
(infosec.pub)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Yeah I think since trying modal editors going back to GUI/Chorded Editors in a no go.
Honestly I can't believe anyone uses a chorded editor? Am I just missing something or is it a lot of extra keys to press to achieve the same thing as a modal editor.
Memorizing chords is conceptually simpler than taking on a modal mindset. I sure got pissed at insert mode plenty of times while I was learning vim.
Thankfully this was during my college masochistically-acquiring-skills-that-make-me-feel-cool phase where I was also learning LaTeX, so I just focused on the future gainz. I'm so glad I did on both counts.
Weirdly I think Vim's modal mindset is a much simpler grasp than the finger gymnastics presented by Emacs.
I sopped using EMACS because chording is horrible for RSI and carpal tunnel. Same reason I moved off kakoune (which the author of the article mentions frequently). Kakoune is heavily chorded.
Helix is nearly pure modal, except for basic shift and some simple alt chords: most mode sequences like m-, space-, etc bring up a context menu with next-key options for the mode; it's fantastic for learning, and for remembering those things you use so rarely you never quite memorize them.
I suppose I don't see what is conceptually challenging about chords; they're just physically annoying and require memorization. Most people are used to control key chords at least, so emacs benefits from that. Whereas vim requires a deeper shift in thinking.