Skip to content

Commit a18cb97

Browse files
authored
Update vsc-tutorial.mdx (#577)
I included instructions for Key Mapping for Jetbrains <!-- Explain the changes introduced in your PR --> ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent 53edb3e commit a18cb97

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/cody/use-cases/vsc-tutorial.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,24 @@ Cody offers an extensive set of default key bindings (keyboard shortcuts) to mak
9292

9393
### Keyboard Shortcuts Editor
9494

95-
The `Keyboard Shortcuts Editor` allows you to easily update the default bindings (keyboard shortcuts). This is particularly useful if the default key bindings conflict with your current or preferred key bindings. By accessing the `Keyboard Shortcuts Editor`, you can search for specific commands, reassign keybindings, and customize your keyboard shortcuts to suit your workflow.
95+
The `Keyboard Shortcuts Editor` allows you to easily update the default bindings (keyboard shortcuts). This is particularly useful if the default key bindings conflict with your current or preferred key bindings. By accessing the `Keyboard Shortcuts Editor` in VSCode or `Keymap Shortcuts Editor` in JetBrains, you can search for specific commands, reassign keybindings, and customize your keyboard shortcuts to suit your workflow.
9696

97-
### Getting Started
97+
### Getting Started (VSCode)
9898

9999
To get started:
100100
1. Click on the **Keyboard Shortcuts** icon in the Cody sidebar under `**SETTINGS AND SUPPORT**` to open the `Keyboard Shortcuts Editor`.
101101
2. In the `Keyboard Shortcuts Editor`, you can search for a specific command by typing in the search bar.
102102
3. Once you have found the command you want to reassign keybindings for, click on it to select it.
103103
4. Follow the instruction on screen to assign a new keybinding.
104104

105+
### Getting Started (JetBrain)
106+
107+
To get started:
108+
1. Click on the **IntelliJ IDEA** icon at the top menu bar and then click on **Keymap** from the dropdown to open the `Keymap Shortcuts Editor`.
109+
2. In the `Keymap Shortcuts Editor`, you can search for a specific command by typing in the search bar.
110+
3. Once you have found the command you want to reassign keymappings for, click on it to select it.
111+
4. Follow the instruction on screen to assign a new keymappings.
112+
105113
**✨ Pro-tips for assigning keyboard shortcuts for Cody**
106114

107115
- You can assign key bindings (keyboard shortcuts) to individual custom commands.

0 commit comments

Comments
 (0)