From dcd9b92d1fdeeabae906d4f005772686f8aea47f Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Fri, 3 Nov 2023 10:24:46 -0400 Subject: [PATCH] Documentation edits made through Mintlify web editor --- reference/keyboard.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/keyboard.mdx b/reference/keyboard.mdx index 6b7f8c5..a8928e1 100644 --- a/reference/keyboard.mdx +++ b/reference/keyboard.mdx @@ -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