From 315b31036ec1869797331f3881319aab266ac2ae Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Thu, 18 Dec 2025 12:29:13 -0800 Subject: [PATCH] quick prettier --- docs/src/finding-navigating.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/src/finding-navigating.md b/docs/src/finding-navigating.md index 23f880eb4fbe8773211e56efd78dc600976cc488..78bc6905c5ed4f4f63e44858d62f18049829b1fc 100644 --- a/docs/src/finding-navigating.md +++ b/docs/src/finding-navigating.md @@ -39,14 +39,14 @@ Quickly switch between open tabs with {#kb tab_switcher::Toggle}. Tabs are sorte ## Quick Reference -| Task | Keybinding | -|------|------------| -| Command Palette | {#kb command_palette::Toggle} | -| Open file | {#kb file_finder::Toggle} | -| Project search | {#kb pane::DeploySearch} | -| Go to definition | {#kb editor::GoToDefinition} | -| Find references | {#kb editor::FindAllReferences} | -| Symbol in file | {#kb outline::Toggle} | -| Symbol in project | {#kb project_symbols::Toggle} | -| Outline Panel | {#kb outline_panel::ToggleFocus} | -| Tab Switcher | {#kb tab_switcher::Toggle} | +| Task | Keybinding | +| ----------------- | -------------------------------- | +| Command Palette | {#kb command_palette::Toggle} | +| Open file | {#kb file_finder::Toggle} | +| Project search | {#kb pane::DeploySearch} | +| Go to definition | {#kb editor::GoToDefinition} | +| Find references | {#kb editor::FindAllReferences} | +| Symbol in file | {#kb outline::Toggle} | +| Symbol in project | {#kb project_symbols::Toggle} | +| Outline Panel | {#kb outline_panel::ToggleFocus} | +| Tab Switcher | {#kb tab_switcher::Toggle} |