Neovim
Neovim is a modal text editor forked off of Vim in 2014. Being modal means that you do not simply type text on screen, but the behavior and functionality of the editor changes entirely depending on the mode.
The most common and most used mode, the "normal mode" for Neovim is to essentially turn your keyboard in to hotkeys with which you can navigate and manipulate text. Several modes exist, but two other most common ones are "insert mode" where you type in text directly as if it was a traditional text editor, and "visual mode" where you select text.
Neovim seeks to enable further community participation in its development and to make drastic changes without turning it in to something that is "not Vim". Neovim also seeks to enable embedding the editor within GUI applications.
The Neovim logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
view the rest of the comments
I currently use Astro at the moment but have some issues with it. I started to use kickstart, which is not a bundle actually but some kind of minimal configuration. I like it for my personal projects but it doesn't work at all for the C# .NET project from work. Unfortunately I don't have the time nor do I want to invest the time to configure most of the things myself, but I do see a lot of merit in doing so. I personally learned a lot of additional built-in commands and features from "vanilla" neovim by using kickstart that I don't regret it at all for trying out.