Action | Windows/Linux | macOS | Condition | Description |
---|---|---|---|---|
Add to Sixth | Ctrl+' | Cmd+' | When text is selected | Adds selected code to Sixth chat |
Focus Chat Input | Ctrl+' | Cmd+' | When no text is selected | Focuses the Sixth chat input field |
Generate Commit Message | (unset) | (unset) | When Git is the SCM provider | Available through the Source Control view |
Command ID | Description |
---|---|
sixth.openInNewTab | Opens Sixth in a new editor tab |
sixth.addToChat | Adds selected code to Sixth chat |
sixth.addTerminalOutputToChat | Adds terminal output to Sixth |
sixth.focusChatInput | Focuses the Sixth chat input field |
sixth.generateGitCommitMessage | Generates a commit message for staged changes |
sixth.explainCode | Explains selected code |
sixth.improveCode | Suggests improvements for selected code |
sixth.fixWithSixth | Fixes code with errors |
claude-dev.SidebarProvider.focus | Opens and focuses the Sixth sidebar |
Ctrl+K Ctrl+S
(Windows/Linux) or Cmd+K Cmd+S
(macOS)Action | Suggested Shortcut | Command ID | Description |
---|---|---|---|
Open Sixth Sidebar | Ctrl+Shift+C / Cmd+Shift+C | claude-dev.SidebarProvider.focus | Opens the Sixth sidebar panel |
New Task | Alt+N | sixth.plusButtonClicked | Starts a new Sixth task |
Add Terminal to Sixth | Alt+T | sixth.addTerminalOutputToChat | Adds terminal output to Sixth |
Clear Current Task | Alt+C | (Requires custom keybinding to UI action) | Clears the current task |
Shift+Arrow
keys)Ctrl+'
/ Cmd+'
Ctrl+L
/ Cmd+L
to select line, etc.) before sending code to SixthCtrl+`
/ Cmd+`
) before capturing terminal outputCtrl+'
/ Cmd+'
shortcut is versatile - it adds selected code to chat when text is selected, or focuses the chat input when nothing is selectedCtrl+Shift+P
/ Cmd+Shift+P
)