From 4524800d9ad777a41030838095650d5557b7c690 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 15 Mar 2020 22:01:17 +0000 Subject: Fix the table formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. | -- cgit