From 7fe4489dde55685809ffc15f74a0cdae5681476c Mon Sep 17 00:00:00 2001 From: Casper Rogild Storm Date: Wed, 18 Sep 2024 12:56:11 +0200 Subject: [PATCH] Update buffer.action documentation --- book/src/configuration/sidebar/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/configuration/sidebar/README.md b/book/src/configuration/sidebar/README.md index bd773254..e1c74064 100644 --- a/book/src/configuration/sidebar/README.md +++ b/book/src/configuration/sidebar/README.md @@ -14,10 +14,10 @@ position = "top" ## `buffer_action` -Action when pressing buffers in the sidebar. `"new-pane"` opens a new pane each time. `"repace-pane"` replaces the focused pane with the pressed buffer. +Action when pressing buffers in the sidebar. `"new-pane"` opens a new pane each time. `"repace-pane"` replaces the focused pane with the pressed buffer. `"new-window"` opens a new window each time. - **type**: string -- **values**: `"new-pane"`, `"replace-pane"` +- **values**: `"new-pane"`, `"replace-pane"`, `"new-window"` - **default**: `"new-pane"` ## `buffer_focused_action`