From c4f35b7649f32442d9a19f2fc7bb3ede017bdaa4 Mon Sep 17 00:00:00 2001 From: Drew Tyler Date: Thu, 28 Apr 2022 08:24:51 -0700 Subject: [PATCH] Adding reference to the vscode key binding command (#989) When setting up my foam workspace, it took me a bit to find this command. Calling it out here to make it easier for the next person. --- docs/features/creating-new-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/creating-new-notes.md b/docs/features/creating-new-notes.md index 0a67c1dfa..b7def659b 100644 --- a/docs/features/creating-new-notes.md +++ b/docs/features/creating-new-notes.md @@ -1,7 +1,7 @@ # Creating New Notes - Write out a new `[[wikilink]]` and `Cmd` + `Click` to create a new file and enter it. - - For keyboard navigation, use the 'Follow Definition' key `F12` (or [remap key binding](https://code.visualstudio.com/docs/getstarted/keybindings) to something more ergonomic) + - For keyboard navigation, use the 'Follow Definition' key `F12` (or [remap the 'editor.action.revealDefinition' key binding](https://code.visualstudio.com/docs/getstarted/keybindings) to something more ergonomic) - `Cmd` + `Shift` + `P` (`Ctrl` + `Shift` + `P` for Windows), execute `Foam: Create New Note` and enter a **Title Case Name** to create `Title Case Name.md` - Add a keyboard binding to make creating new notes easier. - The [[note-templates]] used by this command can be customized.