From a003d3ca2d4d824984ceb977d5dd964265cf09f3 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 3 Dec 2025 00:40:20 +0100 Subject: [PATCH] add cursor vim keymaps --- modules/cursor.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/cursor.nix b/modules/cursor.nix index 34786f4..586e3af 100644 --- a/modules/cursor.nix +++ b/modules/cursor.nix @@ -45,6 +45,9 @@ let { before = ["" "X"]; commands = ["workbench.action.closeOtherEditors"]; } { before = ["" "t"]; commands = ["workbench.action.quickOpen"]; } { before = ["" "g"]; commands = ["workbench.action.findInFiles"]; } + { before = ["" "f"]; commands = ["revealFileInOS"]; } + { before = [""]; commands = ["workbench.action.focusSideBar"]; } + { before = [""]; commands = ["workbench.action.focusActiveEditorGroup"]; } ]; };