From 13c553c50f38af721cb51d775b898d4fda20ccb0 Mon Sep 17 00:00:00 2001 From: Nero Song Date: Wed, 11 Sep 2024 20:49:12 +0800 Subject: [PATCH] Doc Fix: Shortcut of "Go forward" in key-bindings.md (#17689) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Control + _" => "Control + Shift + _" Doc was edited so quickly using zed that caused a typo 😄 ### shot image ### doc url https://zed.dev/docs/key-bindings 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 627e3fc6c4..2a97bc62a8 100644 --- a/docs/src/key-bindings.md +++ b/docs/src/key-bindings.md @@ -426,7 +426,7 @@ TBD: Add Column with Linux shortcuts | Close clean items | Pane | `⌘ + K, U` | | Close inactive items | Pane | `Alt + ⌘ + T` | | Go back | Pane | `Control + -` | -| Go forward | Pane | `Control + _` | +| Go forward | Pane | `Control + Shift + _` | | Reopen closed item | Pane | `⌘ + Shift + T` | | Split down | Pane | `⌘ + K, Down` | | Split left | Pane | `⌘ + K, Left` |