mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
implement snippet tabstop support
This commit is contained in:
parent
66fb1e67c0
commit
1badd9e434
11 changed files with 268 additions and 1241 deletions
|
@ -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 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue