Skip to content

Underated Neovim Keymaps

A list of Shortcuts/Keymaps for Neovim that are up to the Standard of Usefullness and Rare. These shortcuts might have a biad towards Web Development (like working with html)

Code Comments

KeyDescriptionMode
gcctoggle line comment on the line under carretn

Text Manipulation

Casing

KeyDescriptionMode
uConvert selection to lowercasev
UConvert selection to lowercasev

Surround

KeyDescriptionMode
gsat<tag>Surround a Peice of text with an HTML Tagv
gsaiw<synbol>Surround a Word with a Symbol like " or 'n

Text Selection

KeyDescriptionMode
vatselect html tag and its contentsn

CodeBase

KeyDescriptionMode
gfhover over an Import statement and go to that Filen

Copy Paste

KeyDescriptionMode
<leader>pYank Histoyn