Add missing character "-" for "Go back" in key_bindings.md (#7942)

Release Notes:
- Added "Go back" binding docs in the `key_bindings.md`
This commit is contained in:
Xing Liu 2024-02-17 07:51:14 -08:00 committed by GitHub
parent 98ffdca32e
commit 7804be0286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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` |