Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
Versioning
Changelog
Upgrade your API version
Upgrade your SDK version
Developer tools
SDKs
API
Testing
Workbench
    Overview
    Use cases
    Manage event destinations
    Health alerts and insights
    Shell and API Explorer
    Keyboard shortcuts
Event Destinations
Workflows
Stripe CLI
Stripe Shell
Developers Dashboard
Agent toolkit
Stripe health alertsBuilding with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsWorkbench

Keyboard shortcuts

Learn about the keyboard shortcuts available for Workbench.

Copy page

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.

OperationKeyboard shortcut
Command line completion provides suggestions after typing stripe and pressing spacebar.
  • Tab to see the next suggestion
  • Shift+Tab to see previous suggestions.
Navigate through command prompt history to select a recent command.
  • Up arrow and Down arrow keys to cycle through recent commands
  • Enter to run the selected command
Move the cursor position by one character
  • Left arrow key or Control+B to move left
  • Right arrow key or Control+F to move right
Move the cursor position to the beginning of the command prompt
  • Control+Left arrow key (Windows or Linux)
  • Command+Left arrow key (macOS)
Move the cursor position to the end of the command prompt
  • Control+Right arrow key (Windows or Linux)
  • Command+Right arrow key (macOS)
Delete one word at a time in the command promptControl+W
Delete one character after (and starting from) the cursorControl+D
Delete one character before the cursorBackspace
Remove all characters starting from the cursor to the end of the command promptControl+K
Clear the command promptControl+U
Open a new terminal pane (or click New pane)
  • Alt+Shift+D (Windows or Linux)
  • Command+D (macOS)
Clear the terminal pane (or type “clear”)
  • Control+L (Windows or Linux)
  • Command+K (macOS)
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc