Vim Language, Motions, and Modes Explained (2023)
1–10 of 104 posts
Re: Vim Language, Motions, and Modes Explained (2023)
#2Re: Vim Language, Motions, and Modes Explained (2023)
#3Re: Vim Language, Motions, and Modes Explained (2023)
#4Helix is a really nifty terminal editor. It aims to be nice out-of-the-box, to have good LSP support, DAP support, and Tree-Sitter support.
Compared to vim's "action motion" keybindings, Helix goes for "motion action" (which kakoune popularised). I find this is frequently more intuitive.
Helix also has neat discoverability.. with pop-ups showing you what the available keybindings are.
Re: Vim Language, Motions, and Modes Explained (2023)
#5There are people like myself who edit frequently while writing (even with in a single sentence or word), so this switching between normal and insert modes to do chunks of each operation at a time incurs a heavy cost. Yes, there is Ctrl+[ for single commands, but this is still an additional step compared to the key chord model of Emacs for instance.
Re: Vim Language, Motions, and Modes Explained (2023)
#6It's funny to see Helix mentioned, without kakoune being mentioned. Helix is a really nifty terminal editor. It aims to be nice out-of-the-box, to have good LSP support, DAP support, and Tree-Sitter support. Compared to vim's "action motion" keybindings, Helix goes for "motion action" (which kakoune popularised). I find this is frequently more intuitive. Helix also has neat discoverability.. with pop-ups showing you…
I love helix because it is very fast, it supports everything it needs to, and the built-in help/which key. It's what I wish vim was.
Shameless self-promotion of a discussion thread I started.
Re: Vim Language, Motions, and Modes Explained (2023)
#7Re: Vim Language, Motions, and Modes Explained (2023)
#8Here come the "[..] anyway I'm happy with VSCode" comments
Re: Vim Language, Motions, and Modes Explained (2023)
#9Separate from the usually mentioned benefits of Vim, it cured my RSI completely.