From df21fe174d91cd15ee984de3c78f018b347ad8e9 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 2 Oct 2024 22:16:56 -0400 Subject: [PATCH] Add command palette action name to outline panel docs (#18678) Release Notes: - N/A --- docs/src/outline-panel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/outline-panel.md b/docs/src/outline-panel.md index ee654514b25c2..998f310076f01 100644 --- a/docs/src/outline-panel.md +++ b/docs/src/outline-panel.md @@ -1,6 +1,6 @@ # Outline Panel -In addition to the modal outline (`cmd-shift-o`), Zed offers an outline panel. The outline panel can be deployed via `cmd-shift-b`, or via the `Outline Panel` button in the status bar. +In addition to the modal outline (`cmd-shift-o`), Zed offers an outline panel. The outline panel can be deployed via `cmd-shift-b` (`outline panel: toggle focus` via the command palette), or by clicking the `Outline Panel` button in the status bar. When viewing a "singleton" buffer, the outline panel works similarly to that of the outline modal - it displays the outline of the current buffer's symbols, as reported by tree-sitter. Clicking on an entry allows you to jump to the associated section in the file. The outline view will also automatically scroll to the section associated with the current cursor position within the file.