mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
deploy: e22bbf5489
This commit is contained in:
parent
8088de5247
commit
6deac53ad5
4 changed files with 4 additions and 4 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue