Skip to content

Commit

Permalink
deploy: 7fe4489
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 18, 2024
1 parent ede1e7e commit f0200aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configuration/sidebar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ <h1 id="sidebar"><a class="header" href="#sidebar"><code>[sidebar]</code></a></h
position = "top"
</code></pre>
<h2 id="buffer_action"><a class="header" href="#buffer_action"><code>buffer_action</code></a></h2>
<p>Action when pressing buffers in the sidebar. <code>"new-pane"</code> opens a new pane each time. <code>"repace-pane"</code> replaces the focused pane with the pressed buffer.</p>
<p>Action when pressing buffers in the sidebar. <code>"new-pane"</code> opens a new pane each time. <code>"repace-pane"</code> replaces the focused pane with the pressed buffer. <code>"new-window"</code> opens a new window each time.</p>
<ul>
<li><strong>type</strong>: string</li>
<li><strong>values</strong>: <code>"new-pane"</code>, <code>"replace-pane"</code></li>
<li><strong>values</strong>: <code>"new-pane"</code>, <code>"replace-pane"</code>, <code>"new-window"</code></li>
<li><strong>default</strong>: <code>"new-pane"</code></li>
</ul>
<h2 id="buffer_focused_action"><a class="header" href="#buffer_focused_action"><code>buffer_focused_action</code></a></h2>
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1465,10 +1465,10 @@ <h2 id="key"><a class="header" href="#key"><code>key</code></a></h2>
position = "top"
</code></pre>
<h2 id="buffer_action"><a class="header" href="#buffer_action"><code>buffer_action</code></a></h2>
<p>Action when pressing buffers in the sidebar. <code>"new-pane"</code> opens a new pane each time. <code>"repace-pane"</code> replaces the focused pane with the pressed buffer.</p>
<p>Action when pressing buffers in the sidebar. <code>"new-pane"</code> opens a new pane each time. <code>"repace-pane"</code> replaces the focused pane with the pressed buffer. <code>"new-window"</code> opens a new window each time.</p>
<ul>
<li><strong>type</strong>: string</li>
<li><strong>values</strong>: <code>"new-pane"</code>, <code>"replace-pane"</code></li>
<li><strong>values</strong>: <code>"new-pane"</code>, <code>"replace-pane"</code>, <code>"new-window"</code></li>
<li><strong>default</strong>: <code>"new-pane"</code></li>
</ul>
<h2 id="buffer_focused_action"><a class="header" href="#buffer_focused_action"><code>buffer_focused_action</code></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit f0200aa

Please sign in to comment.