From c860ed33eac599dcde8dbbadbd2d294aae581b5e Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Fri, 5 Apr 2024 08:55:54 -0700 Subject: [PATCH] VSC Hotkeys --- docs/cody/clients/install-vscode.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/cody/clients/install-vscode.mdx b/docs/cody/clients/install-vscode.mdx index e1d2688db..7271254e4 100644 --- a/docs/cody/clients/install-vscode.mdx +++ b/docs/cody/clients/install-vscode.mdx @@ -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 You can run `ollama list` in your terminal to see what models are currently available on your machine. + +## 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) +- Then click **Keyboard Shortcuts** under the **Settings & Support** menu. + +![cody-vscode-shortcuts](https://storage.googleapis.com/sourcegraph-assets/Docs/vsc-shortcuts.png)