mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Remove reference to non-existing binding for tab switcher: toggle all (#45919)
There is no default binding for `{#kb tab_switcher::ToggleAll}`, so the
doc is rendered as:
<img width="1330" height="227" alt="image"
src="https://github.com/user-attachments/assets/a5ce2efd-69c4-4eb4-a28b-3fdb7825ce34"
/>
Release Notes:
- N/A
This commit is contained in:
parent
9e5546edc5
commit
9677da9a60
1 changed files with 2 additions and 4 deletions
|
|
@ -20,10 +20,8 @@ the switcher is closed.
|
|||
|
||||
## Opening the Tab Switcher
|
||||
|
||||
The Tab Switcher can also be opened with either {#action tab_switcher::Toggle}
|
||||
or {#action tab_switcher::ToggleAll}. Using {#kb tab_switcher::Toggle} will show
|
||||
only the tabs for the current pane, while {#kb tab_switcher::ToggleAll} shows
|
||||
all tabs for all panes.
|
||||
The Tab Switcher can also be opened with either {#action tab_switcher::Toggle} ({#kb tab_switcher::Toggle})
|
||||
or {#action tab_switcher::ToggleAll}.
|
||||
|
||||
While the Tab Switcher is open, you can:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue