Zalgorithm

Neovim (LazyVim) key commands

LazyVim keymap documentation: https://www.lazyvim.org/keymaps.

Related to: notes / Neovim command line commands

All keybindings below are for normal mode otherwise stated.

Launch which-key

LazyVim uses which-key.nvim to show available keybindings in a window. The window opens automatically. E.g. hit the leader key (<space>) in normal mode and a window opens (for me) on the right showing the available key commands.

Launch fzf-lua

LazyVim uses fzf-lua as a replacement for telescope.nvim.

Launch Neo-tree

Neo-tree is the file explorer that opens (for me) in a left-hand sidebar window.

Display diagnostics in a floating window

Jump to previous or next section

Useful for jumping between headings in markdown files (and what prompted me to create this document).

Select a word

In normal mode, put cursor somewhere over word, then:

This will leave you in visual mode

Make selected word uppercase or lowercase (visual mode)

With the word selected in visual mode:

Make single character uppercase or lowercase

Select the character with visual mode. (From normal mode, just hit v):

Tags: