summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-07-27 15:54:45 -0400
committerFrank <[email protected]>2025-07-27 15:54:45 -0400
commita07d149e28ab8ece54296f5c707b1d2396b3c7ed (patch)
tree01439c35dca2f3b29b01cf94ac0951fd3eb2d3a6 /packages/web/src/content/docs
parent3eb982c8cd5a593f1649d49bd90eab4ae7fecd3f (diff)
downloadopencode-a07d149e28ab8ece54296f5c707b1d2396b3c7ed.tar.gz
opencode-a07d149e28ab8ece54296f5c707b1d2396b3c7ed.zip
vscode: add cmd+shift+esc keybinding
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/docs/ide.mdx3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/ide.mdx b/packages/web/src/content/docs/docs/ide.mdx
index fd8e0bfe5..b2f7d1e10 100644
--- a/packages/web/src/content/docs/docs/ide.mdx
+++ b/packages/web/src/content/docs/docs/ide.mdx
@@ -9,7 +9,8 @@ opencode integrates with VS Code, Cursor, or any IDE that supports a terminal. J
## Usage
-- **Quick Launch**: Open opencode with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or click the opencode button in the UI.
+- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open opencode in a split terminal view, or focus an existing terminal session if one is already running.
+- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new opencode terminal session, even if one is already open. You can also click the opencode button in the UI.
- **Context Awareness**: Automatically share your current selection or tab with opencode.
- **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references. For example, `@File#L37-42`.