From 7804be0286a3548dcfdf0e866832a070e173761b Mon Sep 17 00:00:00 2001 From: Xing Liu Date: Sat, 17 Feb 2024 07:51:14 -0800 Subject: [PATCH] Add missing character "-" for "Go back" in key_bindings.md (#7942) Release Notes: - Added "Go back" binding docs in the `key_bindings.md` --- docs/src/configuring_zed__key_bindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/configuring_zed__key_bindings.md b/docs/src/configuring_zed__key_bindings.md index 1e493691d0..9c02bad6e0 100644 --- a/docs/src/configuring_zed__key_bindings.md +++ b/docs/src/configuring_zed__key_bindings.md @@ -38,7 +38,7 @@ Some people have unique and custom keyboard layouts. For example, [@TomPlanche](https://github.com/TomPlanche) having a [French keyboard](https%3A%2F%2Fcdn.shopify.com%2Fs%2Ffiles%2F1%2F0810%2F3669%2Ffiles%2Ffrench-azerty-mac-keyboard-layout-2021-keyshorts.png&f=1&nofb=1&ipt=f53a06c5e60a20b621082410aa699c8cceff269a11ff90b3b5a35c6124dbf827&ipo=images), had to type `Shift-Alt-(` in order to have a simple `[` so he made a simple layout with those 'rules': `ù -> [`, `backtick -> ]`, `Alt-[ (where [ is the old ù) -> {`, `Alt-] -> }`. -But, it was impossible to take into account the `{` and `}` when he was typing so now, in order to ignore a binding, he can add `null` to the binding: +But, it was impossible to take into account the `{` and `}` when he was typing so now, in order to ignore a binding, he can add `null` to the binding: ```json [ { @@ -298,7 +298,7 @@ But, it was impossible to take into account the `{` and `}` when he was typing s | Activate item 8 | Pane | `Control` + `8` | | Activate item 9 | Pane | `Control` + `9` | | Activate last item | Pane | `Control` + `0` | -| Go back | Pane | `Control` + ` ` | +| Go back | Pane | `Control` + `-` | | Go forward | Pane | `Control` + `_` | | Reopen closed item | Pane | `⌘` + `Shift` + `T` | | Split down | Pane | `⌘` + `K`, `Down` |