From fffb0e3391e07ad4a22f05e01acc80d12040f7dd Mon Sep 17 00:00:00 2001 From: Britt Selvitelle Date: Fri, 25 Sep 2020 19:54:09 -0700 Subject: [PATCH] fix: Remove requirement `refUnderCursorExists` when using keyboard shortcut to follow a link #127 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eac71759..6aea722a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "command": "editor.action.openLink", "key": "ctrl+enter", "mac": "cmd+enter", - "when": "editorTextFocus && editorLangId == markdown && memo:refUnderCursorExists" + "when": "editorTextFocus && editorLangId == markdown" } ], "menus": {