summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-15 22:01:17 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-15 22:01:17 +0000
commit4524800d9ad777a41030838095650d5557b7c690 (patch)
tree610ee5fbc3d22dfb1a669a94ff61efc8c24398f6
parent048224d05ad8591e9d739c66adf486d5c65c7240 (diff)
downloadorg-zettelkasten-4524800d9ad777a41030838095650d5557b7c690.tar.gz
org-zettelkasten-4524800d9ad777a41030838095650d5557b7c690.zip
Fix the table formatting
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcebc15..f818f1f 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ This opens the chosen parent note from a list of available notes. This is bound
The default keymap for the mode is `C-c k`, this can easily be changed though by editing `zettelkasten-prefix`.
| Function | Key | Description |
-|---|
+|---|---|---|
| `zettelkasten-create-new-note` | `n` | Create a new note and optionally link it to a parent. This can be disabled by using a prefix argument. |
| `zettelkasten-insert-link` | `i` | Insert a link to a note. |
| `zettelkasten-find-parent` | `p` | Choose from a list of parents of the current note and open the note. |