diff options
author | Jersey Fonseca <fonseca@uchicago.edu> | 2020-06-30 17:04:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 17:04:39 +0000 |
commit | a7e000efa10334c97b09ebb96d927e109628fdf4 (patch) | |
tree | 729eab27d013221e405785c7982f092458b740f1 | |
parent | 84534bcfe6192c70f658909c18c8afbe3d984c9f (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,7 @@ Plug 'vuciv/vim-bujo' | |||
32 | :botright Todo | 32 | :botright Todo |
33 | :botright Todo g | 33 | :botright Todo g |
34 | ``` | 34 | ``` |
35 | __You can see more mod commands ![here](https://vimhelp.org/map.txt.html#%3Cmods%3E)__ | 35 | __You can see more mod commands at [:h mods]__ |
36 | 36 | ||
37 | * Insert a new task: | 37 | * Insert a new task: |
38 | ``` | 38 | ``` |
@@ -87,3 +87,4 @@ reach out to me on [twitter] | |||
87 | 87 | ||
88 | [twitter]: https://twitter.com/FonsecaJersey | 88 | [twitter]: https://twitter.com/FonsecaJersey |
89 | [vim-plug]: https://github.com/junegunn/vim-plug | 89 | [vim-plug]: https://github.com/junegunn/vim-plug |
90 | [:h mods]: https://vimhelp.org/map.txt.html#%3Cmods%3E | ||