vim like post modern vim
Helix
The whole design is based around multiple selections as an editing primitive, with a single cursor just being a subset of that. Commands manipulate selections which then allow you to concurrently edit code. Editing is focused on being easy to reason with, even if it takes a keystroke or two more than Vim or Kakoune.
https://helix-editor.com/
helix-editor/helix
A kakoune / neovim inspired editor, written in Rust. The editing model is very heavily based on kakoune; during development I found myself agreeing with most of kakoune's design decisions. For more information, see the website or documentation.
https://github.com/helix-editor/helix?utm_source=tldrnewsletter
