You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/editor/integrated-terminal.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,7 @@ Key|Command
94
94
`kb(workbench.action.terminal.scrolldownPage)`|Scroll page down
95
95
`kb(workbench.action.terminal.scrollToTop)`|Scroll to top
96
96
`kb(workbench.action.terminal.scrollToBottom)`|Scroll to bottom
97
-
98
-
You can clear the terminal with the **Terminal: Clear** command from the **Command Palette** (`kb(workbench.action.showCommands)`). The command is not bound to any keyboard shortcut but you can add your [own](/docs/customization/keybindings.md).
97
+
`kb(workbench.action.terminal.clear)`|Clear the terminal
99
98
100
99
Other terminal commands are available and can be bound to your preferred keyboard shortcuts.
0 commit comments