Automated deployment: Tue Jan 11 06:57:34 UTC 2022 24bd6d9f00

gh-pages
sayanarijit 3 years ago
parent 4a5810eb6f
commit 2fcf1e44b8

@ -180,6 +180,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
<tr><td>esc</td><td></td><td>escape</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
</tbody></table>
<h3 id="recover"><a class="header" href="#recover">recover</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>

@ -143,9 +143,10 @@
<h1 id="general-config"><a class="header" href="#general-config">General Config</a></h1>
<p>This configuration is exposed via the <code>xplr.config.general</code> API. It contains
the following fields:</p>
<h2 id="debug_on_error"><a class="header" href="#debug_on_error">debug_on_error</a></h2>
<h2 id="disable_debug_error_mode"><a class="header" href="#disable_debug_error_mode">disable_debug_error_mode</a></h2>
<p>Type: boolean</p>
<p>Set it to <code>true</code> to debug errors if they occur during startup.</p>
<p>Set it to <code>true</code> if you want to ignore the startup errors. You can still see
the errors in the logs.</p>
<h2 id="enable_mouse"><a class="header" href="#enable_mouse">enable_mouse</a></h2>
<p>Type: boolean</p>
<p>Set it to <code>true</code> enable scrolling using mouse.</p>

@ -662,6 +662,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
<tr><td>ctrl-c</td><td></td><td>terminate</td></tr>
<tr><td>enter</td><td></td><td>open logs in editor</td></tr>
<tr><td>esc</td><td></td><td>escape</td></tr>
<tr><td>q</td><td></td><td>quit</td></tr>
</tbody></table>
<h3 id="recover"><a class="header" href="#recover">recover</a></h3>
<table><thead><tr><th>key</th><th>remaps</th><th>action</th></tr></thead><tbody>
@ -904,9 +905,10 @@ xplr.config.modes.custom.test = {
<div style="break-before: page; page-break-before: always;"></div><h1 id="general-config"><a class="header" href="#general-config">General Config</a></h1>
<p>This configuration is exposed via the <code>xplr.config.general</code> API. It contains
the following fields:</p>
<h2 id="debug_on_error"><a class="header" href="#debug_on_error">debug_on_error</a></h2>
<h2 id="disable_debug_error_mode"><a class="header" href="#disable_debug_error_mode">disable_debug_error_mode</a></h2>
<p>Type: boolean</p>
<p>Set it to <code>true</code> to debug errors if they occur during startup.</p>
<p>Set it to <code>true</code> if you want to ignore the startup errors. You can still see
the errors in the logs.</p>
<h2 id="enable_mouse"><a class="header" href="#enable_mouse">enable_mouse</a></h2>
<p>Type: boolean</p>
<p>Set it to <code>true</code> enable scrolling using mouse.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save