Changed mistake in vimwiki.md

This commit is contained in:
TillDiem 2021-11-27 17:27:37 +01:00
parent bfc7075fc9
commit fb6799e7e4

View File

@ -63,7 +63,7 @@ let g:vimwiki_list = [{'path': '/PATH/TO/DIRECTORY/mykb', 'syntax': 'markdown',
to your `.vimrc`.
To make the usage more userfriendly, add
```
alias mykb='nvim /PATH/mykb.md`
alias mykb='nvim /PATH/index.md`
```
to your aliases. To then open it, just run `mykb`.