-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into sl-rn-dec
- Loading branch information
Showing
8 changed files
with
64 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "dbt Cloud IDE keyboard shortcuts" | ||
description: "Learn about the keyboard shortcuts available in the Cloud IDE." | ||
sidebar_label: "Keyboard shortcuts" | ||
--- | ||
|
||
|
||
The Cloud IDE provides keyboard shortcuts, features, and development tips to help you work faster and be more productive. | ||
|
||
Use this dbt Cloud IDE page to help you quickly reference some common operations. | ||
|
||
| Shortcut description | macOS | Windows | | ||
|--------|----------------|------------------| | ||
| View a full list of editor shortcuts | Fn-F1 | Fn-F1 | | ||
| Select a file to open | Command-O | Control-O | | ||
| Open the command palette to invoke dbt commands and actions | Command-P or Command-Shift-P | Control-P or Control-Shift-P | | ||
| Multi-edit by selecting multiple lines | Option-click or Shift-Option-Command | Hold Alt and click | | ||
| Preview code | Command-Enter | Control-Enter | | ||
| Compile code | Command-Shift-Enter | Control-Shift-Enter | | ||
| Reveal a list of dbt functions | Enter two underscores `__` | Enter two underscores `__` | | ||
| Toggle open the [Invocation history drawer](/docs/cloud/dbt-cloud-ide/ide-user-interface#invocation-history) located on the bottom of the IDE. | Control-backtick (or Control + `) | Control-backtick (or Ctrl + `) | | ||
| Add a block comment to selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.<br /> <br /> Markdown files will use the Markdown syntax `(<!-- -->)` | Command-Option-/ | Control-Alt-/ | | ||
| Close the currently active editor tab | Option-W | Alt-W | | ||
|
||
## Related docs | ||
|
||
- [Quickstart guide](/guides) | ||
- [About dbt Cloud](/docs/cloud/about-cloud/dbt-cloud-features) | ||
- [Develop in the Cloud](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters