Skip to content

Commit a97c707

Browse files
author
Greg Van Liew
authored
Merge pull request #772 from Microsoft/Tyriar-patch-3
Clear terminal is now bound to ctrlcmd+k
2 parents b435da7 + 643c348 commit a97c707

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/editor/integrated-terminal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Key|Command
9494
`kb(workbench.action.terminal.scrolldownPage)`|Scroll page down
9595
`kb(workbench.action.terminal.scrollToTop)`|Scroll to top
9696
`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
9998

10099
Other terminal commands are available and can be bound to your preferred keyboard shortcuts.
101100

0 commit comments

Comments
 (0)