Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSC Hotkeys #239

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/cody/clients/install-vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,12 @@ To generate chat and commands with Ollama locally, follow these steps:
- Currently, you will need to restart VS Code to see the new models

<Callout type="note">You can run `ollama list` in your terminal to see what models are currently available on your machine.</Callout>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crystal


## Keyboard Shortcuts

To help you streamline your workflow, Cody provides a set of keyboard shortcuts that you can bind to your preferred key combination. There is a whole list of keyboard shortcuts available that you can access via:

- Click the Cody icon from the [Activity sidebar](https://code.visualstudio.com/api/ux-guidelines/activity-bar)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [ ]

- Then click **Keyboard Shortcuts** under the **Settings & Support** menu.

![cody-vscode-shortcuts](https://storage.googleapis.com/sourcegraph-assets/Docs/vsc-shortcuts.png)
Loading