File tree Expand file tree Collapse file tree
src/content/docs/programming_stuff Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ A list of Shortcuts/Keymaps for Neovim that are up to the Standard of Usefullnes
2222
2323### Surround
2424
25- | Key | Description | Mode |
26- | --------------- | --------------------------------------------- | :--: |
27- | ` gsat<tag> ` | Surround a Peice of text with an HTML Tag | v |
28- | ` gsaiw<synbol> ` | Surround a Word with a Symbol like ` " ` or ` ' ` | n |
25+ | Key | Description | Mode |
26+ | --------------- | -------------------------------------------------------------- | :--: |
27+ | ` gsat<tag> ` | Surround a Peice of text with an HTML Tag | v |
28+ | ` gsaiw<synbol> ` | Surround a Word with a Symbol like ` " ` or ` ' ` | n |
29+ | ` gsa? ` | Surround a Selection with seperate Left and Right Surroundings | v |
2930
3031## Text Selection
3132
You can’t perform that action at this time.
0 commit comments