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 |
| Key | Description | Mode |
|---|
u | Convert selection to lowercase | v |
U | Convert selection to lowercase | v |
| 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 |
gsa? | Surround a Selection with seperate Left and Right Surroundings | v |
| Key | Description | Mode |
|---|
vat | select html tag and its contents | n |
| Key | Description | Mode |
|---|
gf | hover over an Import statement and go to that File | n |
| Key | Description | Mode |
|---|
Ctl + / | Open Terminal window | n |
| Key | Description | Mode |
|---|
<leader>p | Yank Histoy | n |
| Key | Description | Mode |
|---|
<leader>cd | Show LSP Error in a Overlay Dialog to avoid Wrapping | n |