commit 904cfbd3ec8992426d120640123cbd6315c7d31d parent f947c53b3300296a4f96ff10657cd881d24a0667 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 12 Nov 2018 14:30:30 +0000 gollum needs three columns for table Diffstat:
M | documentation/vimwiki.md | | | 22 | +++++++++++----------- |
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/documentation/vimwiki.md b/documentation/vimwiki.md @@ -1,17 +1,17 @@ # vimwiki ## commands -| command | description | -| --- | --- | -| `=` | increase header | -| `-` | decrease header | -| `C-space` | check todo box | -| `glh` | step down list | -| `gll` | step up list | -| `\w\t` | day diary in new tab | -| `\w\i` | on diary index generate new links | -| `\wt` | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) | -| `\wi` | open diary index | +| command | description | | +| --- | --- | | +| `=` | increase header | | +| `-` | decrease header | | +| `C-space` | check todo box | | +| `glh` | step down list | | +| `gll` | step up list | | +| `\w\t` | day diary in new tab | | +| `\w\i` | on diary index generate new links | | +| `\wt` | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) | | +| `\wi` | open diary index | | ## syntax highlighting ```bash