You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><code>editor.wordBasedSuggestions</code><strong>(<em>bool</em> default: <code>true</code>)</strong> When <code>true</code>, keywords are provided as completion suggestions.</p></li>
121
121
<li><p><code>editor.wordWrap</code><strong>(<em>bool</em> default: <code>true</code>)</strong> When <code>true</code>, Onivim will soft-wrap lines at the viewport boundary.</p></li>
122
122
<li><p><code>editor.rulers</code><strong>(<em>list of int</em> default: <code>[]</code>)</strong> - Render vertical rulers at given columns.</p></li>
123
-
<li><p><code>explorer.autoReveal</code><strong>(<em>string|bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the file explorer will jump to highlight the file current focused. When <code>false</code> the file explorer will remain static. If a string is entered it must be <code>"focusNoScroll"</code> which will still highlight the currently focused file in the file explorer but the file explorer will not scroll to it. Any other string supplied will be treated as if <code>false</code> was entered and the file explorer will remain static and not highlight the currently focused file.</p></li>
124
123
<li><p><code>editor.scrollShadow</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, show a drop-shadow effect at the borders when there is additional content past the visible area.</p></li>
125
124
<li><p><code>editor.smoothScroll</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, smoothly scroll the editor when the viewport is adjusted due to a cursor motion.</p></li>
126
125
<li><p><code>editor.zenMode.singleFile</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the Onivim will automatically enter zen mode when started up with a single file. Zen mode hides most of the UI until disabled via the command pallette.</p></li>
<li><p><code>vim.leader</code><strong>(<em>string</em>)</strong> - Specify a custom <ahref="./key-bindings#leader-key">leader key</a>.</p></li>
140
139
<li><p><code>vim.timeout</code><strong>(<em>int</em> default: <code>1000</code>)</strong> Sets the timeout, in milliseconds, when Onivim is waiting for a pending chord. When the timeout is reached, any pending keys that are partially mapped will be flushed. Equivalent to the <code>timeoutlen</code> Vim setting. Can be set to <code>0</code> to disable the timeout entirely.</p></li>
<li><p><code>explorer.autoReveal</code><strong>(<em>string|bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the file explorer will jump to highlight the file current focused. When <code>false</code> the file explorer will remain static. If a string is entered it must be <code>"focusNoScroll"</code> which will still highlight the currently focused file in the file explorer but the file explorer will not scroll to it. Any other string supplied will be treated as if <code>false</code> was entered and the file explorer will remain static and not highlight the currently focused file.</p></li>
144
+
<li><p><code>files.useExperimentalFileWatcher</code><strong>(<em>bool</em> default: <code>false</code>)</strong> When <code>true</code>, a file watcher will be used to monitor file system changes and update the explorer in the sidebar.</p></li>
<li><p><code>workbench.editor.showTabs</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>false</code>, hides the editor tabs.</p></li>
<p>In the above example, the <code>editor.insertSpaces</code> value of <code>false</code> in the <code>reason</code> section overrides the default of <code>true</code> - this configures the editor to use tabs in reason files for indentation, and spaces elsewhere.</p>
<li><p><code>editor.wordBasedSuggestions</code><strong>(<em>bool</em> default: <code>true</code>)</strong> When <code>true</code>, keywords are provided as completion suggestions.</p></li>
121
121
<li><p><code>editor.wordWrap</code><strong>(<em>bool</em> default: <code>true</code>)</strong> When <code>true</code>, Onivim will soft-wrap lines at the viewport boundary.</p></li>
122
122
<li><p><code>editor.rulers</code><strong>(<em>list of int</em> default: <code>[]</code>)</strong> - Render vertical rulers at given columns.</p></li>
123
-
<li><p><code>explorer.autoReveal</code><strong>(<em>string|bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the file explorer will jump to highlight the file current focused. When <code>false</code> the file explorer will remain static. If a string is entered it must be <code>"focusNoScroll"</code> which will still highlight the currently focused file in the file explorer but the file explorer will not scroll to it. Any other string supplied will be treated as if <code>false</code> was entered and the file explorer will remain static and not highlight the currently focused file.</p></li>
124
123
<li><p><code>editor.scrollShadow</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, show a drop-shadow effect at the borders when there is additional content past the visible area.</p></li>
125
124
<li><p><code>editor.smoothScroll</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, smoothly scroll the editor when the viewport is adjusted due to a cursor motion.</p></li>
126
125
<li><p><code>editor.zenMode.singleFile</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the Onivim will automatically enter zen mode when started up with a single file. Zen mode hides most of the UI until disabled via the command pallette.</p></li>
<li><p><code>vim.leader</code><strong>(<em>string</em>)</strong> - Specify a custom <ahref="./key-bindings#leader-key">leader key</a>.</p></li>
140
139
<li><p><code>vim.timeout</code><strong>(<em>int</em> default: <code>1000</code>)</strong> Sets the timeout, in milliseconds, when Onivim is waiting for a pending chord. When the timeout is reached, any pending keys that are partially mapped will be flushed. Equivalent to the <code>timeoutlen</code> Vim setting. Can be set to <code>0</code> to disable the timeout entirely.</p></li>
<li><p><code>explorer.autoReveal</code><strong>(<em>string|bool</em> default: <code>true</code>)</strong> - When <code>true</code>, the file explorer will jump to highlight the file current focused. When <code>false</code> the file explorer will remain static. If a string is entered it must be <code>"focusNoScroll"</code> which will still highlight the currently focused file in the file explorer but the file explorer will not scroll to it. Any other string supplied will be treated as if <code>false</code> was entered and the file explorer will remain static and not highlight the currently focused file.</p></li>
144
+
<li><p><code>files.useExperimentalFileWatcher</code><strong>(<em>bool</em> default: <code>false</code>)</strong> When <code>true</code>, a file watcher will be used to monitor file system changes and update the explorer in the sidebar.</p></li>
<li><p><code>workbench.editor.showTabs</code><strong>(<em>bool</em> default: <code>true</code>)</strong> - When <code>false</code>, hides the editor tabs.</p></li>
<p>In the above example, the <code>editor.insertSpaces</code> value of <code>false</code> in the <code>reason</code> section overrides the default of <code>true</code> - this configures the editor to use tabs in reason files for indentation, and spaces elsewhere.</p>
0 commit comments