documentation/vimwiki.md
... ...
@@ -1,17 +1,17 @@
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
+| `\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 | |
15 15
16 16
## syntax highlighting
17 17
```bash