Skip to content

Commit 47de759

Browse files
committed
Add more keybindings and rebase
1 parent 91834c2 commit 47de759

5 files changed

Lines changed: 48 additions & 36 deletions

File tree

articles/cloud-shell/cloud-shell-predictive-intellisense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Azure Cloud Shell uses Predictive IntelliSense
3-
ms.date: 10/11/2022
3+
ms.date: 04/01/2026
44
ms.topic: feature-guide
55
title: Predictive IntelliSense in Azure Cloud Shell
66
---

articles/cloud-shell/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Overview of the Azure Cloud Shell.
3-
ms.contributor: jahelmic
4-
ms.date: 04/11/2024
3+
ms.date: 04/01/2026
54
ms.topic: overview
65
tags: azure-resource-manager
76
title: What is Azure Cloud Shell?

articles/cloud-shell/release-notes.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Cloud Shell release notes
33
description: This article lists the new features and changes released in Azure Cloud Shell.
4-
ms.date: 03/25/2026
4+
ms.date: 04/01/2026
55
ms.topic: release-notes
66
---
77

@@ -25,12 +25,18 @@ criteria, see [Cloud Shell Package inclusion guide][12].
2525
You can install any tool you need in your Cloud Shell session as long as it doesn't require root
2626
access. For installation instructions, consult the documentation for the package you require.
2727

28-
## March 2026
28+
## April 2026
2929

3030
Feature updates
3131

3232
- The Cloud Shell editor user interface was improved. It now includes a File menu and new keyboard
3333
shortcuts. For more information, see [How to use the Azure Cloud Shell editor (New)][17].
34+
- You can now start a specific shell in Cloud Shell using URL parameters.
35+
- To open Cloud Shell running Bash use:
36+
`https://portal.azure.com/?feature.azureconsole.shell=bash#cloudshell`
37+
- To open Cloud Shell running PowerShell use:
38+
`https://portal.azure.com/?feature.azureconsole.shell=pwsh#cloudshell`
39+
3440

3541
## February 2026
3642

articles/cloud-shell/use-cloud-shell-editor-new.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Overview of how to use the Azure Cloud Shell editor in the new interface.
3-
ms.date: 03/25/2026
3+
ms.date: 04/01/2026
44
ms.topic: how-to
55
tags: azure-resource-manager
66
title: How to use the Azure Cloud Shell editor (New)
@@ -56,19 +56,19 @@ To launch the command palette, use the <kbd>F1</kbd> key when focus is set on th
5656

5757
When the editor is in focus, the following keyboard shortcuts are available.
5858

59-
| Shortcut | Action |
60-
| --------------------- | ----------------------------------- |
61-
| <kbd>Ctrl+S</kbd> | Save the current file |
62-
| <kbd>Ctrl+Alt+S</kbd> | Save the current file as a new name |
63-
| <kbd>Ctrl+Q</kbd> | Close the editor |
64-
| <kbd>Ctrl+Alt+E</kbd> | Close the editor |
65-
| <kbd>Ctrl+`</kbd> | Move focus to the terminal |
66-
| <kbd>Ctrl+Alt+O</kbd> | Open a file |
67-
| <kbd>Ctrl+Alt+N</kbd> | Create a new file |
68-
| <kbd>Ctrl+E</kbd> | Move focus to the file explorer |
69-
| <kbd>Ctrl+B</kbd> | Toggle the file explorer panel |
70-
| <kbd>Escape</kbd> | Open the file menu |
71-
| <kbd>F1</kbd> | Open the command palette |
59+
| Shortcut | Action |
60+
| ------------------------------------------- | ------------------------------------------------ |
61+
| <kbd>Ctrl</kbd>+<kbd>`</kbd> | Toggle focus between the terminal and the editor |
62+
| <kbd>Ctrl</kbd>+<kbd>B</kbd> | Toggle the file explorer panel |
63+
| <kbd>Ctrl</kbd>+<kbd>E</kbd> | Move focus to the file explorer |
64+
| <kbd>Ctrl</kbd>+<kbd>Q</kbd> | Close the editor |
65+
| <kbd>Ctrl</kbd>+<kbd>S</kbd> | Save the current file |
66+
| <kbd>Escape</kbd> | Open the file menu |
67+
| <kbd>F1</kbd> | Open the command palette |
68+
| <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>E</kbd> | Close the editor |
69+
| <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>N</kbd> | Create a new file |
70+
| <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>O</kbd> | Open a file |
71+
| <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>S</kbd> | Save the current file as a new name |
7272

7373
## Next steps
7474

articles/cloud-shell/use-the-shell-window-new.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Overview of how to use Azure Cloud Shell in the new user interface.
3-
ms.date: 03/25/2026
3+
ms.date: 04/01/2026
44
ms.topic: how-to
55
tags: azure-resource-manager
66
title: How to use Azure Cloud Shell in the new user interface
@@ -84,11 +84,8 @@ another session connected to the existing container.
8484
## Cloud Shell editor button
8585

8686
The Cloud Shell editor is a browser-based text editor that is optimized for managing and editing.
87-
The editor uses the Classic user interface. When you select the **Editor** button, Cloud Shell
88-
displays a confirmation form before switching you to the Classic user experience. Select the
89-
**Confirm** button to continue.
90-
91-
[![Screenshot of the Cloud Shell editor button.][02i]][02x]
87+
When you select the **<kbd>&#x1F589; Editor</kbd>** button, Cloud Shell opens the editor in the top
88+
half of the Cloud Shell window.
9289

9390
For more information, see [Using the Azure Cloud Shell editor][11].
9491

@@ -171,32 +168,42 @@ Scroll with your mouse or touchpad to move terminal text.
171168
The `exit` command terminates the active session. Cloud Shell also terminates your session after 20
172169
minutes without interaction.
173170

171+
## Keyboard shortcuts
172+
173+
The Cloud Shell terminal has the following keyboard shortcuts available when the terminal is in focus.
174+
175+
| Shortcut | Action |
176+
| ------------------------------------------- | ---------------------------------------------------------- |
177+
| <kbd>Ctrl</kbd>+<kbd>C</kbd> | Copy selected text |
178+
| <kbd>Ctrl</kbd>+<kbd>V</kbd> | Paste from clipboard |
179+
| <kbd>Ctrl</kbd>+<kbd>`</kbd> | Toggle focus between the terminal and the editor |
180+
| <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>E</kbd> | Toggle the editor panel - same as using the toolbar button |
181+
| <kbd>Shift</kbd>+<kbd>Tab</kbd> | Move focus out of the terminal to toolbar |
182+
174183
## Next steps
175184

176185
[Using the Azure Cloud Shell editor][12]
177186

178187
<!-- link references -->
179188
[01i]: media/use-the-shell-window-new/close-port.png
180-
[02i]: media/use-the-shell-window-new/editor.png
181-
[03i]: media/use-the-shell-window-new/manage-files.png
182-
[04i]: media/use-the-shell-window-new/new-session.png
183-
[05i]: media/use-the-shell-window-new/new-ui-fullscreen.png
184-
[06i]: media/use-the-shell-window-new/restart-cloud-shell.png
185-
[07i]: media/use-the-shell-window-new/settings-menu.png
186-
[08i]: media/use-the-shell-window-new/switch-to-bash.png
187-
[09i]: media/use-the-shell-window-new/toolbar.png
188-
[10i]: media/use-the-shell-window-new/web-preview.png
189-
[11i]: media/use-the-shell-window-new/help-menu.png
190189
[01x]: media/use-the-shell-window-new/close-port.png#lightbox
191-
[02x]: media/use-the-shell-window-new/editor.png#lightbox
190+
[03i]: media/use-the-shell-window-new/manage-files.png
192191
[03x]: media/use-the-shell-window-new/manage-files.png#lightbox
192+
[04i]: media/use-the-shell-window-new/new-session.png
193193
[04x]: media/use-the-shell-window-new/new-session.png#lightbox
194+
[05i]: media/use-the-shell-window-new/new-ui-fullscreen.png
194195
[05x]: media/use-the-shell-window-new/new-ui-fullscreen.png#lightbox
196+
[06i]: media/use-the-shell-window-new/restart-cloud-shell.png
195197
[06x]: media/use-the-shell-window-new/restart-cloud-shell.png#lightbox
198+
[07i]: media/use-the-shell-window-new/settings-menu.png
196199
[07x]: media/use-the-shell-window-new/settings-menu.png#lightbox
200+
[08i]: media/use-the-shell-window-new/switch-to-bash.png
197201
[08x]: media/use-the-shell-window-new/switch-to-bash.png#lightbox
202+
[09i]: media/use-the-shell-window-new/toolbar.png
198203
[09x]: media/use-the-shell-window-new/toolbar.png#lightbox
204+
[10i]: media/use-the-shell-window-new/web-preview.png
199205
[10x]: media/use-the-shell-window-new/web-preview.png#lightbox
206+
[11i]: media/use-the-shell-window-new/help-menu.png
200207
[11x]: media/use-the-shell-window-new/help-menu.png#lightbox
201208
[12]: using-cloud-shell-editor.md
202209
[13]: using-the-shell-window.md

0 commit comments

Comments
 (0)