Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Check To See What Hotkey Keymaps Do What In Neovim

There are sooooo many keymappings in Neovim. I frequenly see folks post one without any explination of what the command is called or what it actually does. I knew how to use [TODO: Code shorthand span ] to get a listing of my custom keymaps. Took me a bit to figure out that the help docs work for built in commands.

For example, use this in Normal mode figure out what Ctrl O does :

:h Ctrl-O

I feel silly for not realizing that the docs would have it so directly. It's a nice reminder to myself to head to them whenever a question comes up.

For when you're wondering what pressing the button will do