Skip to content

Instantly share code, notes, and snippets.

@Albert26193
Created June 24, 2025 15:57
Show Gist options
  • Select an option

  • Save Albert26193/8f9055a5f08e019fb50a1ba1b088f310 to your computer and use it in GitHub Desktop.

Select an option

Save Albert26193/8f9055a5f08e019fb50a1ba1b088f310 to your computer and use it in GitHub Desktop.
cursor-keybinding-20250624.json
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+i",
"command": "-workbench.action.chat.stopListeningAndSubmit",
"when": "inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'editor' || inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'inline' || inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'quick' || inChatInput && voiceChatInProgress && scopedVoiceChatInProgress == 'view' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'editor' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'inline' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'quick' || inlineChatFocused && voiceChatInProgress && scopedVoiceChatInProgress == 'view'"
},
{
"key": "cmd+i",
"command": "-workbench.action.chat.startVoiceChat",
"when": "chatIsEnabled && hasSpeechProvider && inChatInput && !chatSessionRequestInProgress && !editorFocus && !notebookEditorFocused && !scopedVoiceChatGettingReady && !speechToTextInProgress || chatIsEnabled && hasSpeechProvider && inlineChatFocused && !chatSessionRequestInProgress && !editorFocus && !notebookEditorFocused && !scopedVoiceChatGettingReady && !speechToTextInProgress"
},
{
"key": "cmd+i",
"command": "-composer.startComposerPrompt"
},
{
"key": "cmd+j",
"command": "search.focus.nextInputBox",
"when": "inSearchEditor && inputBoxFocus || inputBoxFocus && searchViewletVisible"
},
{
"key": "cmd+down",
"command": "-search.focus.nextInputBox",
"when": "inSearchEditor && inputBoxFocus || inputBoxFocus && searchViewletVisible"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment