documentation/vimwiki.md
... ...
@@ -1,17 +1,18 @@
1 1
# vimwiki
2 2
3 3
## commands
4
-| command | description | |
5
-| --- | --- | --- |
6
-| `=` | increase header | |
7
-| `-` | decrease header | |
8
-| `C-space` | check todo box | |
9
-| `glh` | step down list | |
10
-| `gll` | step up list | |
11
-| `\w\t` | day diary in new tab | |
12
-| `\w\i` | on diary index generate new links | |
13
-| `\wt` | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) | |
14
-| `\wi` | open diary index | |
4
+| command | description |
5
+| --- | --- |
6
+| `=` | increase header |
7
+| `-` | decrease header |
8
+| `C-space` | check todo box |
9
+| `glh` | step down list |
10
+| `gll` | step up list |
11
+| `glr` | refresh numbered list |
12
+| `\w\t` | day diary in new tab |
13
+| `\w\i` | on diary index generate new links |
14
+| `\wt` | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) |
15
+| `\wi` | open diary index |
15 16
16 17
## syntax highlighting
17 18
```bash