Documentation edits made through Mintlify web editor

This commit is contained in:
Tracy Miranda
2023-11-03 10:24:46 -04:00
parent 233fdb106b
commit dcd9b92d1f
+3 -3
View File
@@ -2,7 +2,7 @@
title: Keyboard Shortcuts
---
**Global Keys**
## Global Keys
* **Cmd-I** - focus the command-input
* **Cmd-L** - focus the selected line
@@ -17,7 +17,7 @@ title: Keyboard Shortcuts
* **Cmd-Control-[digit]** - select nth session
* **Esc** - close/toggle extra info panel
**When Command Input is Focused**
## When Command Input is Focused
* **Enter** - runs the current command, or if input is empty will scroll screen to last command
* **Shift-Enter** - add a newline to the current command (newlines do not require escapes)
@@ -36,7 +36,7 @@ title: Keyboard Shortcuts
* **Shift-UpArrow** - move cursor up in input box (also extends selection)
* **Shift-DownArrow** - move cursor down in input box (also extends selection)
**When Command History is Focused**
## When Command History is Focused
* **Esc** or **Cmd-G** - close command history
* **UpArrow** - last command in history