Skip to content

Commit

Permalink
Update buffer.action documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm authored Sep 18, 2024
1 parent a4a34c7 commit 7fe4489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/configuration/sidebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7fe4489

Please sign in to comment.