From a44c292164cae4090aa212bb22a0a288b5e8f91e Mon Sep 17 00:00:00 2001 From: CismonX Date: Mon, 29 Mar 2021 16:00:40 +0800 Subject: [PATCH] Fix key bindings. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f53ece..6e169a2 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ }, "keybindings": [ { - "command": "texinfo.preview.html.show", + "command": "texinfo.preview.show", "key": "ctrl+k v", "mac": "cmd+k v", "when": "editorLangId == texinfo"