mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 08:07:42 +00:00
Doc Fix: Shortcut of "Go forward" in key-bindings.md (#17689)
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
"Control + _" => "Control + Shift + _" Doc was edited so quickly using zed that caused a typo 😄 ### shot <img width="729" alt="image" src="https://github.com/user-attachments/assets/104af7da-1205-43fd-b721-ffab7312487b"> ### doc url https://zed.dev/docs/key-bindings Release Notes: - N/A
This commit is contained in:
parent
ec189fe884
commit
13c553c50f
1 changed files with 1 additions and 1 deletions
|
@ -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` |
|
||||
|
|
Loading…
Reference in a new issue