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"]; } ]; };