From 71192d2555798854c6e3b73b2d0970cdf488d651 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 3 Mar 2025 18:16:10 +0000 Subject: [PATCH] feat(cursor): add open in github extension and custom keybinding --- cursor/extensions.cursor.lock | 3 ++- cursor/keybindings.json | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/cursor/extensions.cursor.lock b/cursor/extensions.cursor.lock index 52729f8..690fd9d 100644 --- a/cursor/extensions.cursor.lock +++ b/cursor/extensions.cursor.lock @@ -1,5 +1,5 @@ # cursor Extensions -# Generated on Mon Mar 3 12:13:00 GMT 2025 +# Generated on Mon Mar 3 18:15:20 GMT 2025 alefragnani.project-manager@12.8.0 antiantisepticeye.vscode-color-picker@0.0.4 @@ -66,4 +66,5 @@ tuttieee.emacs-mcx@0.65.1 viktorzetterstrom.non-breaking-space-highlighter@0.0.3 wenhoujx.swiper@2.1.2 zhuangtongfa.material-theme@3.19.0 +ziyasal.vscode-open-in-github@1.3.6 zxh404.vscode-proto3@0.5.5 diff --git a/cursor/keybindings.json b/cursor/keybindings.json index 34a36df..b1b52b0 100644 --- a/cursor/keybindings.json +++ b/cursor/keybindings.json @@ -545,6 +545,20 @@ }, // // =========================================================================== + // MARK: GitHub + // =========================================================================== + // Extensions: + // - https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub + // - https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions + // - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github + // - https://marketplace.visualstudio.com/items?itemName=ziyasal.vscode-open-in-github + // + { + "key": "ctrl+c g", + "command": "extension.openInGitHub" + }, + // + // =========================================================================== // MARK: Project Manager // =========================================================================== // Extension URL: