this post was submitted on 14 Nov 2023
10 points (100.0% 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
 

I decided I was ready to move on from distributions like LunarVim and based my config on kickstart.nvim. I've fixed it up a lot with additional stuff for me and I'm mostly pretty happy with it. The default keymappings aren't my favorite though. No shade on the kickstart team, they just don't fit the way I think.

I'm trying to decide what a good organization strategy might be. What keymappings strategies are out there to get some organization or intuitive groupings?

top 4 comments
sorted by: hot top controversial new old
[–] lung 2 points 7 months ago (1 children)

Just use the NeoVim defaults and then if something is bothering you or missing, rebind it. Most of the defaults have been totally legit for decades, and everyone speaks in terms of them. At the end of the day, your job is to build muscle memory one way or another

But yeah rebind caps to esc at the OS level

[–] [email protected] 2 points 3 months ago

I've bound it to esc when tapped and ctrl when held, no more bending my pinky or thumb in half in an attempt to press ctrl.

[–] ptrckstr 1 points 7 months ago

I've kept everything at default as well. The two main ones I added are Ctrl+s to save, and qq to quickly close a buffer.

[–] MusicPiano 1 points 7 months ago

I use legendary.nvim to organize all my keybindings