mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 07:29:32 +00:00
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:
parent
98ffdca32e
commit
7804be0286
1 changed files with 2 additions and 2 deletions
|
@ -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` |
|
||||
|
|
Loading…
Reference in a new issue