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>oni.layout.layoutTabPosition</code><em><em>(</em>"top"|"bottom"</em> default: <code>"bottom"</code>)__ - Controls the position of the layout tabs.</p></li>
156
156
<li><p><code>oni.layout.singleTabMode</code><strong>(<em>bool</em> default: <code>false</code>)</strong> - When <code>true</code>, groups will only hold a single editor, and closing this editor will always close the group. It will also hide the editor tabs, and therefore essentially hide the concept of editor groups.</p></li>
<p>Onivim 2 can be configured to send requests through an HTTP/HTTPs proxy with the following configuration:</p>
160
+
<ul>
161
+
<li><p><code>http.proxy</code> __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server, including the name and password. ie, <code>"http.proxy": "http://user@pass:127.0.0.1:8888"</code></p></li>
162
+
<li><p><code>https.proxy</code> - __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server for HTTPs requests. If not specified, Onivim will fall back to the <code>http.proxy</code> setting.</p></li>
<li><code>vsync</code><strong>(<em>bool</em> default: <code>false</code>)</strong> - Whether rendering should sync with vertical retrace of the monitor. VSync adds input latency, as rendering must sync with the refresh rate of the monitor, but it reduces screen tearing.</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>oni.layout.layoutTabPosition</code><em><em>(</em>"top"|"bottom"</em> default: <code>"bottom"</code>)__ - Controls the position of the layout tabs.</p></li>
156
156
<li><p><code>oni.layout.singleTabMode</code><strong>(<em>bool</em> default: <code>false</code>)</strong> - When <code>true</code>, groups will only hold a single editor, and closing this editor will always close the group. It will also hide the editor tabs, and therefore essentially hide the concept of editor groups.</p></li>
<p>Onivim 2 can be configured to send requests through an HTTP/HTTPs proxy with the following configuration:</p>
160
+
<ul>
161
+
<li><p><code>http.proxy</code> __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server, including the name and password. ie, <code>"http.proxy": "http://user@pass:127.0.0.1:8888"</code></p></li>
162
+
<li><p><code>https.proxy</code> - __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server for HTTPs requests. If not specified, Onivim will fall back to the <code>http.proxy</code> setting.</p></li>
<li><code>vsync</code><strong>(<em>bool</em> default: <code>false</code>)</strong> - Whether rendering should sync with vertical retrace of the monitor. VSync adds input latency, as rendering must sync with the refresh rate of the monitor, but it reduces screen tearing.</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