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)
Key | Description | Mode |
---|
gcc | toggle line comment on the line under carret | n |
Text Manipulation
Casing
Key | Description | Mode |
---|
u | Convert selection to lowercase | v |
U | Convert selection to lowercase | v |
Surround
Key | Description | Mode |
---|
gsat<tag> | Surround a Peice of text with an HTML Tag | v |
gsaiw<synbol> | Surround a Word with a Symbol like " or ' | n |
Text Selection
Key | Description | Mode |
---|
vat | select html tag and its contents | n |
Navigation
CodeBase
Key | Description | Mode |
---|
gf | hover over an Import statement and go to that File | n |
Copy Paste
Key | Description | Mode |
---|
<leader>p | Yank Histoy | n |