this post was submitted on 10 Jul 2023
22 points (89.3% liked)

Neovim

496 readers
1 users here now

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.

founded 3 years ago
MODERATORS
 

out of curiousity, since I feel like most of the time I touch any vi derivative it’s because I need a text editor on a command line, not because I really really wanna use it

you are viewing a single comment's thread
view the rest of the comments
[–] Chocrates 2 points 1 year ago

Probably I just don't want to learn new things, but I do most things in the command line so a cli editor makes sense. I also have been using vim for years so I know the hotkeys. I also get to configure it from scratch so I know exactly what it is doing.
You are right though, if I just wanted to do my job intellij or vscode would be faster to see up.