Skip to content

Underated 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
gsa?Surround a Selection with seperate Left and Right Surroundingsv

Text Selection

KeyDescriptionMode
vatselect html tag and its contentsn

CodeBase

KeyDescriptionMode
gfhover over an Import statement and go to that Filen

Terminal

KeyDescriptionMode
Ctl + /Open Terminal windown

Copy Paste

KeyDescriptionMode
<leader>pYank Histoyn