About keyboard shortcuts
Augment is deeply integrated into your IDE and utilizes many of the standard keyboard shortcuts you are already familiar with. These shortcuts allow you to quickly accept suggestions, write code, and navigate your codebase. We also suggest updating a few keyboard shortcuts to make working with code suggestions even easier.
To update keyboard shortcuts, use one of the following:
Method | Action | |
---|
Keyboard | Cmd K then Cmd S | |
Menu bar | Code > Settings... > Keyboard Shortcuts | |
Command palette | Cmd Shift P then search Preferences: Open Keyboard Shortcuts | |
General
Action | Recommended shortcut |
---|
Open Augment panel | Cmd L |
Show Augment commands | Cmd Shift A |
Chat
Action | Default shortcut |
---|
Focus or open Chat panel | Cmd L |
Suggested Edits
Action | Default shortcut |
---|
Go to next | Cmd ; |
Go to previous | Cmd Shift ; |
Accept suggestion | Cmd Enter |
Reject suggestion | Esc Esc |
Instructions
Action | Default shortcut |
---|
Start instruction | Cmd I |
Accept | Return |
Reject | Esc |
Completions
Action | Default keyboard shortcut |
---|
Accept inline suggestion | Tab |
Accept next word of suggestion | Cmd → |
Accept next line of suggestion | None (see below) |
Reject suggestion | Esc |
Ignore suggestion | Continue typing through the suggestion |
Toggle automatic completions | Cmd Option A |
Recommended shortcuts
We recommend updating your keybindings to include the following shortcuts to
make working with code suggestions even easier. These changes update the
default behavior of Visual Studio Code.
Action | Recommended shortcut |
---|
Accept next line of suggestion | Cmd Ctrl → |