Skip to content

Commit 0329382

Browse files
committed
upd snip files
1 parent 9b55fc1 commit 0329382

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

help/snippets.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About
22

3-
`snippets` plugin is designed to work with simple Vim `.snippets` or `.snip` snippets (e.g. [these][honza/vim-snippets])
3+
`snippets` plugin is designed to work with simple Vim `.snippets` snippets (e.g. [these][honza/vim-snippets])
44

55
The plugin is shipped with snippets, typically at `~/.config/micro/plug/snippets/snippets/[filetype].snippets`.
66

@@ -10,12 +10,12 @@ Add custom snippets there, or submit a pull request to include the snippets in t
1010

1111
The plugin provides the following commands:
1212

13-
| Command | Description | Key |
14-
|-----------------|---------------------------------------------------------------------------------|---------|
15-
| `snippetinsert` | Insert a snippet: specify in parameter, or word left to the cursor will be used | `Alt+S` |
16-
| `snippetnext` | proceeds to the next placeholder | `Alt+W` |
17-
| `snippetcancel` | removes all the current snippet | `Alt+D` |
18-
| `snippetaccept` | finishes the snippet editing for the current snippet | `Alt+A` |
13+
| Command | Key | Description |
14+
|-----------------|---------|---------------------------------------------------------------------------------|
15+
| `snippetinsert` | `Alt+S` | Insert a snippet: specify in parameter, or word left to the cursor will be used |
16+
| `snippetnext` | `Alt+W` | proceeds to the next placeholder |
17+
| `snippetcancel` | `Alt+D` | removes all the current snippet |
18+
| `snippetaccept` | `Alt+A` | finishes the snippet editing for the current snippet |
1919

2020
## Snippet File syntax
2121

@@ -36,7 +36,7 @@ Plugins can provide additional `.snippets` files as *runtime* files. Execute `he
3636

3737
### Substitutions
3838

39-
TODO
39+
*TODO*
4040

4141
### Examples
4242

snippets

0 commit comments

Comments
 (0)