mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(cursor): add open in github extension and custom keybinding
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# cursor Extensions
|
# 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
|
alefragnani.project-manager@12.8.0
|
||||||
antiantisepticeye.vscode-color-picker@0.0.4
|
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
|
viktorzetterstrom.non-breaking-space-highlighter@0.0.3
|
||||||
wenhoujx.swiper@2.1.2
|
wenhoujx.swiper@2.1.2
|
||||||
zhuangtongfa.material-theme@3.19.0
|
zhuangtongfa.material-theme@3.19.0
|
||||||
|
ziyasal.vscode-open-in-github@1.3.6
|
||||||
zxh404.vscode-proto3@0.5.5
|
zxh404.vscode-proto3@0.5.5
|
||||||
|
|||||||
@@ -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
|
// MARK: Project Manager
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension URL:
|
// Extension URL:
|
||||||
|
|||||||
Reference in New Issue
Block a user