mirror of https://github.com/helix-editor/helix
deploy: 10b178e94b
parent
d8144108db
commit
f688ca798e
|
@ -493,8 +493,8 @@ These registers are used as defaults:</p>
|
|||
<tr><td><code>#</code></td><td>Selection indices (first selection is <code>1</code>, second is <code>2</code>, etc.)</td><td>This register is not writable</td></tr>
|
||||
<tr><td><code>.</code></td><td>Contents of the current selections</td><td>This register is not writable</td></tr>
|
||||
<tr><td><code>%</code></td><td>Name of the current file</td><td>This register is not writable</td></tr>
|
||||
<tr><td><code>*</code></td><td>Reads from the system clipboard</td><td>Joins and yanks to the system clipboard</td></tr>
|
||||
<tr><td><code>+</code></td><td>Reads from the primary clipboard</td><td>Joins and yanks to the primary clipboard</td></tr>
|
||||
<tr><td><code>+</code></td><td>Reads from the system clipboard</td><td>Joins and yanks to the system clipboard</td></tr>
|
||||
<tr><td><code>*</code></td><td>Reads from the primary clipboard</td><td>Joins and yanks to the primary clipboard</td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<p>When yanking multiple selections to the clipboard registers, the selections
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -235,8 +235,8 @@ These registers are used as defaults:</p>
|
|||
<tr><td><code>#</code></td><td>Selection indices (first selection is <code>1</code>, second is <code>2</code>, etc.)</td><td>This register is not writable</td></tr>
|
||||
<tr><td><code>.</code></td><td>Contents of the current selections</td><td>This register is not writable</td></tr>
|
||||
<tr><td><code>%</code></td><td>Name of the current file</td><td>This register is not writable</td></tr>
|
||||
<tr><td><code>*</code></td><td>Reads from the system clipboard</td><td>Joins and yanks to the system clipboard</td></tr>
|
||||
<tr><td><code>+</code></td><td>Reads from the primary clipboard</td><td>Joins and yanks to the primary clipboard</td></tr>
|
||||
<tr><td><code>+</code></td><td>Reads from the system clipboard</td><td>Joins and yanks to the system clipboard</td></tr>
|
||||
<tr><td><code>*</code></td><td>Reads from the primary clipboard</td><td>Joins and yanks to the primary clipboard</td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<p>When yanking multiple selections to the clipboard registers, the selections
|
||||
|
|
Loading…
Reference in New Issue