From 30cebdc9b3509012587232311edd918f47fa74a9 Mon Sep 17 00:00:00 2001
From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com>
Date: Fri, 22 Dec 2023 08:01:03 -0500
Subject: [PATCH 1/6] Update keyboard-shortcuts.md
add shift option click option per slack convo with user https://getdbt.slack.com/archives/C03SAHKKG2Z/p1703249576071509?thread_ts=1703191150.925439&cid=C03SAHKKG2Z
---
.../docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
index 121cab68ce7..d00a5a7d939 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
@@ -13,14 +13,14 @@ Use this dbt Cloud IDE page to help you quickly reference some common operation
|--------|----------------|------------------|
| 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 |
+| Close currently active editor tab | Option-W | Alt-W |
| 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 `__` |
+| Reveal a list of dbt functions in the editor | Enter two underscores `__` | Enter two underscores `__` |
+| Open the command palette to invoke dbt commands and actions | Command-P
Command-Shift-P | Control-P
Control-Shift-P |
+| Multi-edit in the editor by selecting multiple lines | Option-Click
Shift-Option-Command
Shift-Option-Click | Hold Alt and Click |
| 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 `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
-| Close the currently active editor tab | Option-W | Alt-W |
+| Add a block comment to the selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
## Related docs
From 2c47b81211b84381e0c710c4d945733f88da09bc Mon Sep 17 00:00:00 2001
From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com>
Date: Fri, 22 Dec 2023 08:24:49 -0500
Subject: [PATCH 2/6] Update keyboard-shortcuts.md
---
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
index d00a5a7d939..9332a116de0 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
@@ -17,8 +17,8 @@ Use this dbt Cloud IDE page to help you quickly reference some common operation
| Preview code | Command-Enter | Control-Enter |
| Compile code | Command-Shift-Enter | Control-Shift-Enter |
| Reveal a list of dbt functions in the editor | Enter two underscores `__` | Enter two underscores `__` |
-| Open the command palette to invoke dbt commands and actions | Command-P
Command-Shift-P | Control-P
Control-Shift-P |
-| Multi-edit in the editor by selecting multiple lines | Option-Click
Shift-Option-Command
Shift-Option-Click | Hold Alt and Click |
+| Open the command palette to invoke dbt commands and actions | - Command-P
- Command-Shift-P | Control-P
Control-Shift-P |
+| Multi-edit in the editor by selecting multiple lines | - Option-Click
- Shift-Option-Command
- Shift-Option-Click | Hold Alt and Click |
| 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 the selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
From f48745c5e387b44ab151781c5b51defcafba6437 Mon Sep 17 00:00:00 2001
From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com>
Date: Fri, 22 Dec 2023 08:40:35 -0500
Subject: [PATCH 3/6] Update
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
---
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
index 9332a116de0..daf417dc4cf 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
@@ -18,7 +18,7 @@ Use this dbt Cloud IDE page to help you quickly reference some common operation
| Compile code | Command-Shift-Enter | Control-Shift-Enter |
| Reveal a list of dbt functions in the editor | Enter two underscores `__` | Enter two underscores `__` |
| Open the command palette to invoke dbt commands and actions | - Command-P
- Command-Shift-P | Control-P
Control-Shift-P |
-| Multi-edit in the editor by selecting multiple lines | - Option-Click
- Shift-Option-Command
- Shift-Option-Click | Hold Alt and Click |
+| Multi-edit in the editor by selecting multiple lines | Option-Click / Shift-Option-Command / Shift-Option-Click | Hold Alt and Click |
| 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 the selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
From f87032929ada21fa0014914e7b860c7f736088ec Mon Sep 17 00:00:00 2001
From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com>
Date: Fri, 22 Dec 2023 08:41:15 -0500
Subject: [PATCH 4/6] Update
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
---
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
index daf417dc4cf..1e847e0a4f2 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
@@ -17,7 +17,7 @@ Use this dbt Cloud IDE page to help you quickly reference some common operation
| Preview code | Command-Enter | Control-Enter |
| Compile code | Command-Shift-Enter | Control-Shift-Enter |
| Reveal a list of dbt functions in the editor | Enter two underscores `__` | Enter two underscores `__` |
-| Open the command palette to invoke dbt commands and actions | - Command-P
- Command-Shift-P | Control-P
Control-Shift-P |
+| Open the command palette to invoke dbt commands and actions | Command-P / Command-Shift-P | Control-P / Control-Shift-P |
| Multi-edit in the editor by selecting multiple lines | Option-Click / Shift-Option-Command / Shift-Option-Click | Hold Alt and Click |
| 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 the selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
From 51b5a4ce0db9fe450104e39ae5d934ac21eebea6 Mon Sep 17 00:00:00 2001
From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com>
Date: Fri, 22 Dec 2023 09:09:05 -0500
Subject: [PATCH 5/6] Update
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
---
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
index 1e847e0a4f2..de456e52655 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
@@ -19,7 +19,7 @@ Use this dbt Cloud IDE page to help you quickly reference some common operation
| Reveal a list of dbt functions in the editor | Enter two underscores `__` | Enter two underscores `__` |
| Open the command palette to invoke dbt commands and actions | Command-P / Command-Shift-P | Control-P / Control-Shift-P |
| Multi-edit in the editor by selecting multiple lines | Option-Click / Shift-Option-Command / Shift-Option-Click | Hold Alt and Click |
-| 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 + `) |
+| Open the [Invocation history drawer](/docs/cloud/dbt-cloud-ide/ide-user-interface#invocation-history) located at the bottom of the IDE. | Control-backtick (or Control + `) | Control-backtick (or Ctrl + `) |
| Add a block comment to the selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
## Related docs
From 28e9d4c3d394566e66b65c9ca46f93fc1a30f111 Mon Sep 17 00:00:00 2001
From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com>
Date: Fri, 22 Dec 2023 09:20:09 -0500
Subject: [PATCH 6/6] Update
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
---
website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
index de456e52655..61fe47a235a 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/keyboard-shortcuts.md
@@ -19,7 +19,7 @@ Use this dbt Cloud IDE page to help you quickly reference some common operation
| Reveal a list of dbt functions in the editor | Enter two underscores `__` | Enter two underscores `__` |
| Open the command palette to invoke dbt commands and actions | Command-P / Command-Shift-P | Control-P / Control-Shift-P |
| Multi-edit in the editor by selecting multiple lines | Option-Click / Shift-Option-Command / Shift-Option-Click | Hold Alt and Click |
-| Open the [Invocation history drawer](/docs/cloud/dbt-cloud-ide/ide-user-interface#invocation-history) located at the bottom of the IDE. | Control-backtick (or Control + `) | Control-backtick (or Ctrl + `) |
+| Open the [**Invocation History Drawer**](/docs/cloud/dbt-cloud-ide/ide-user-interface#invocation-history) located at the bottom of the IDE. | Control-backtick (or Control + `) | Control-backtick (or Ctrl + `) |
| Add a block comment to the selected code. SQL files will use the Jinja syntax `({# #})` rather than the SQL one `(/* */)`.
Markdown files will use the Markdown syntax `()` | Command-Option-/ | Control-Alt-/ |
## Related docs