From a5bd657820d0cdb2c8b39535edd67d621c94c77b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 17 Mar 2020 23:00:25 +0000 Subject: Add documentation of new open feature --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5bb86e5..60822b7 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ The default keymap for the mode is `C-c k`, this can easily be changed though by | `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. | +| `zettelkasten-open-note` | `o` | Open a note from anywhere, using auto complete on the ID or TITLE of the note. | ## Alternatives -- cgit