implement snippet tabstop support

This commit is contained in:
Pascal Kuthe 2024-03-03 23:23:34 +01:00 committed by Michael Davis
parent 66fb1e67c0
commit 1badd9e434
No known key found for this signature in database
11 changed files with 268 additions and 1241 deletions

View file

@ -292,3 +292,5 @@
| `command_palette` | Open command palette | normal: `` <space>? ``, select: `` <space>? `` |
| `goto_word` | Jump to a two-character label | normal: `` gw `` |
| `extend_to_word` | Extend to a two-character label | select: `` gw `` |
| `goto_next_tabstop` | goto next snippet placeholder | |
| `goto_prev_tabstop` | goto next snippet placeholder | |