Keyboard shortcuts
Learn about the keyboard shortcuts available for Workbench.
Show and hide Workbench
Open or minimize Workbench from anywhere in the Dashboard with the ~ keyboard shortcut.
Keyboard shortcuts for Shell
Shell uses a similar set of keyboard shortcuts to other command line environments, such as\ Bash.
Operation | Keyboard shortcut |
---|---|
Command line completion provides suggestions after typing stripe and pressing spacebar. |
|
Navigate through command prompt history to select a recent command. |
|
Move the cursor position by one character |
|
Move the cursor position to the beginning of the command prompt |
|
Move the cursor position to the end of the command prompt |
|
Delete one word at a time in the command prompt | Control+W |
Delete one character after (and starting from) the cursor | Control+D |
Delete one character before the cursor | Backspace |
Remove all characters starting from the cursor to the end of the command prompt | Control+K |
Clear the command prompt | Control+U |
Open a new terminal pane (or click New pane) |
|
Clear the terminal pane (or type “clear”) |
|