Skip to content

Instantly share code, notes, and snippets.

@nilsreichardt
Created April 22, 2026 12:41
Show Gist options
  • Select an option

  • Save nilsreichardt/945739a2d6b55a7c7c6901402a66e5d5 to your computer and use it in GitHub Desktop.

Select an option

Save nilsreichardt/945739a2d6b55a7c7c6901402a66e5d5 to your computer and use it in GitHub Desktop.
Open Keyboard Shortcuts
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+f",
"command": "rewrap.rewrapComment",
"when": "editorTextFocus"
},
{
"key": "alt+q",
"command": "-rewrap.rewrapComment",
"when": "editorTextFocus"
},
{
"key": "cmd+s",
"command": "saveAll"
},
{
"key": "alt+cmd+s",
"command": "-saveAll"
},
{
"key": "alt+cmd+s",
"command": "workbench.action.files.save"
},
{
"key": "cmd+s",
"command": "-workbench.action.files.save"
},
{
"key": "shift+alt+[BracketRight]",
"command": "editor.action.inlineSuggest.showNext"
},
{
"key": "shift+alt+-",
"command": "editor.action.inlineSuggest.showPrevious"
},
{
"key": "shift+cmd+9",
"command": "cody.chat.panel.new",
"when": "cody.activated"
},
{
"key": "shift+alt+7",
"command": "-cody.chat.panel.new",
"when": "cody.activated"
},
{
"key": "ctrl+shift+k",
"command": "aipopup.action.modal.generate",
"when": "editorFocus && !composerBarIsVisible"
},
{
"key": "shift+cmd+k",
"command": "-aipopup.action.modal.generate",
"when": "editorFocus && !composerBarIsVisible"
},
{
"key": "ctrl+shift+k",
"command": "composer.openAsBar"
},
{
"key": "shift+cmd+k",
"command": "-composer.openAsBar"
},
{
"key": "cmd+i",
"command": "composerMode.agent"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment