diff --git a/reference/keyboard.mdx b/reference/keyboard.mdx index a8928e1..9103fff 100644 --- a/reference/keyboard.mdx +++ b/reference/keyboard.mdx @@ -8,18 +8,17 @@ title: Keyboard Shortcuts * **Cmd-L** - focus the selected line * **Cmd-T** - open new tab * **Cmd-H** - open command history view -* **Cmd-B** - open bookmarks * **Cmd-[** - move one tab left * **Cmd-]** - move one tab right * **Cmd-UpArrow** or **Cmd-PageUp** - move selected command up * **Cmd-DownArrow** or **Cmd-PageDown** - move selected command down * **Cmd-[digit]** - select nth tab -* **Cmd-Control-[digit]** - select nth session +* **Cmd-Control-[digit]** - select nth workspace * **Esc** - close/toggle extra info panel ## When Command Input is Focused -* **Enter** - runs the current command, or if input is empty will scroll screen to last command +* **Enter** - runs the current command, or if input is empty will scroll tab to last command * **Shift-Enter** - add a newline to the current command (newlines do not require escapes) * **Tab** - runs command completion, press again to get a list of suggestions * **Ctrl-R** - open command history view @@ -41,6 +40,6 @@ title: Keyboard Shortcuts * **Esc** or **Cmd-G** - close command history * **UpArrow** - last command in history * **DownArrow** - next command in history -* **Cmd-S** - change scope of history (window, session, global) +* **Cmd-S** - change scope of history (tab, workspace, global) * **Cmd-R** - toggle between only this connection or any connection * normal characters - text search