This commit is contained in:
the-mikedavis 2025-02-03 00:58:44 +00:00
parent 8088de5247
commit 6deac53ad5
4 changed files with 4 additions and 4 deletions

View file

@ -230,7 +230,7 @@ a provided command.</p>
<pre><code class="language-toml">[editor]
clipboard-provider = "termcode"
</code></pre>
<p>Alternatively, Helix can be configured to use arbitary commands for clipboard integration:</p>
<p>Alternatively, Helix can be configured to use arbitrary commands for clipboard integration:</p>
<pre><code class="language-toml">[editor.clipboard-provider.custom]
yank = { command = "cat", args = ["test.txt"] }
paste = { command = "tee", args = ["test.txt"] }

View file

@ -1878,7 +1878,7 @@ a provided command.</p>
<pre><code class="language-toml">[editor]
clipboard-provider = "termcode"
</code></pre>
<p>Alternatively, Helix can be configured to use arbitary commands for clipboard integration:</p>
<p>Alternatively, Helix can be configured to use arbitrary commands for clipboard integration:</p>
<pre><code class="language-toml">[editor.clipboard-provider.custom]
yank = { command = "cat", args = ["test.txt"] }
paste = { command = "tee", args = ["test.txt"] }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long