chore: various minor updates

This commit is contained in:
2025-04-01 09:46:33 +01:00
parent c0391057e0
commit 46b1c15623
6 changed files with 65 additions and 41 deletions

View File

@@ -22,6 +22,19 @@
},
//
// ===========================================================================
// MARK: Cursor (Text Editor)
// ===========================================================================
//
{ // Toggle Agent.
"key": "cmd+i",
"command": "composerMode.agent"
},
{ // Toggle Ask.
"key": "cmd+l",
"command": "composerMode.chat"
},
//
// ===========================================================================
// MARK: Window
// ===========================================================================
//
@@ -909,7 +922,7 @@
},
//
// ===========================================================================
// MARK: Language: Go
// MARK: Lang: Go
// ===========================================================================
//
{