From 287ec77eab6dc3851a3526c65c632f89aa446677 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Fri, 5 Jul 2024 13:24:53 +0800 Subject: [PATCH] docs: Fix reference to `outline_window.focus_on_open` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3f8fa4..d0c8504 100644 --- a/README.md +++ b/README.md @@ -570,8 +570,8 @@ future. - **:Outline[!]** (✓ bang ✓ mods) Toggle outline. With bang (`!`) the cursor focus stays in your - original window after opening the outline window. Set `focus_on_open = true` to - always use this behaviour. + original window after opening the outline window. Set + `outline_window.focus_on_open = false` to always use this behaviour. You can use command modifiers `topleft`/`aboveleft`/`botright`/`belowright` on this command to control how the outline window split is created. Other @@ -588,8 +588,8 @@ future. - **:OutlineOpen[!]** (✓ bang ✓ mods) Open outline. With bang (`!`) the cursor focus stays in your original - window after opening the outline window. Set `focus_on_open = true` to always - use this behaviour. + window after opening the outline window. Set `outline_window.focus_on_open = + false` to always use this behaviour. You can use command modifiers `topleft`/`aboveleft`/`botright`/`belowright` on this command to control how the outline window split is created. Other