Skip to content

Commit aca12d6

Browse files
feat: add new neovim surround keymap
1 parent e2bd03b commit aca12d6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/content/docs/programming_stuff/underated-neovim-keymaps.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)