mirror of https://github.com/helix-editor/helix
deploy: 8d7a25b4d4
parent
8a7db558e0
commit
0e50d5916e
|
@ -143,6 +143,9 @@
|
||||||
<li>Linux and Mac: <code>~/.config/helix/config.toml</code></li>
|
<li>Linux and Mac: <code>~/.config/helix/config.toml</code></li>
|
||||||
<li>Windows: <code>%AppData%\helix\config.toml</code></li>
|
<li>Windows: <code>%AppData%\helix\config.toml</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<blockquote>
|
||||||
|
<p>Note: You may use <code>hx --edit-config</code> to create and edit the <code>config.toml</code> file.</p>
|
||||||
|
</blockquote>
|
||||||
<p>Example config:</p>
|
<p>Example config:</p>
|
||||||
<pre><code class="language-toml">theme = "onedark"
|
<pre><code class="language-toml">theme = "onedark"
|
||||||
|
|
||||||
|
|
|
@ -701,6 +701,9 @@ single width selection.</p>
|
||||||
<li>Linux and Mac: <code>~/.config/helix/config.toml</code></li>
|
<li>Linux and Mac: <code>~/.config/helix/config.toml</code></li>
|
||||||
<li>Windows: <code>%AppData%\helix\config.toml</code></li>
|
<li>Windows: <code>%AppData%\helix\config.toml</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<blockquote>
|
||||||
|
<p>Note: You may use <code>hx --edit-config</code> to create and edit the <code>config.toml</code> file.</p>
|
||||||
|
</blockquote>
|
||||||
<p>Example config:</p>
|
<p>Example config:</p>
|
||||||
<pre><code class="language-toml">theme = "onedark"
|
<pre><code class="language-toml">theme = "onedark"
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue