docs: Fix reference to outline_window.focus_on_open

This commit is contained in:
~hedy
2024-07-05 13:24:53 +08:00
parent b47d8225d8
commit 287ec77eab

View File

@@ -570,8 +570,8 @@ future.
- **:Outline[!]** (✓ bang ✓ mods) - **:Outline[!]** (✓ bang ✓ mods)
Toggle outline. With bang (`!`) the cursor focus stays in your Toggle outline. With bang (`!`) the cursor focus stays in your
original window after opening the outline window. Set `focus_on_open = true` to original window after opening the outline window. Set
always use this behaviour. `outline_window.focus_on_open = false` to always use this behaviour.
You can use command modifiers `topleft`/`aboveleft`/`botright`/`belowright` You can use command modifiers `topleft`/`aboveleft`/`botright`/`belowright`
on this command to control how the outline window split is created. Other on this command to control how the outline window split is created. Other
@@ -588,8 +588,8 @@ future.
- **:OutlineOpen[!]** (✓ bang ✓ mods) - **:OutlineOpen[!]** (✓ bang ✓ mods)
Open outline. With bang (`!`) the cursor focus stays in your original Open outline. With bang (`!`) the cursor focus stays in your original
window after opening the outline window. Set `focus_on_open = true` to always window after opening the outline window. Set `outline_window.focus_on_open =
use this behaviour. false` to always use this behaviour.
You can use command modifiers `topleft`/`aboveleft`/`botright`/`belowright` You can use command modifiers `topleft`/`aboveleft`/`botright`/`belowright`
on this command to control how the outline window split is created. Other on this command to control how the outline window split is created. Other