From c793bbde849759c96a861de0b064ac292b5d0912 Mon Sep 17 00:00:00 2001 From: Tackoil Date: Mon, 17 Jun 2024 19:37:01 +0800 Subject: [PATCH] docs: Fix the missing shortcut for Go Back (#13138) Release Notes: - N/A --- docs/src/key-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/key-bindings.md b/docs/src/key-bindings.md index c60a26a391..09f41d68ca 100644 --- a/docs/src/key-bindings.md +++ b/docs/src/key-bindings.md @@ -347,7 +347,7 @@ The argument to `SendKeystrokes` is a space-separated list of keystrokes (using | Close all items | Pane | `⌘ + K, ⌘ + W` | | Close clean items | Pane | `⌘ + K, U` | | Close inactive items | Pane | `Alt + ⌘ + T` | -| Go back | Pane | `Control + ` | +| Go back | Pane | `Control + -` | | Go forward | Pane | `Control + _` | | Reopen closed item | Pane | `⌘ + Shift + T` | | Split down | Pane | `⌘ + K, Down` |