From d3db3d61a9dd864b88ab66dfbdde1d5a009b91a8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 22 Oct 2025 07:36:55 +0100 Subject: [PATCH] feat(keybindings): add shortcut for opening recent files --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index 0a6f70c..31e9227 100644 --- a/keybindings.json +++ b/keybindings.json @@ -152,6 +152,10 @@ "key": "ctrl+x ctrl+;", "command": "workbench.action.quickOpen" }, + { // Open recent files. + "key": "ctrl+z ctrl+r", + "command": "workbench.action.openRecent" + }, // // =========================================================================== // MARK: File Rename