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