mirror of https://github.com/helix-editor/helix
deploy: 3dd2196e4f
parent
31810277d7
commit
403e82e8bd
|
@ -203,6 +203,7 @@ right = ["diagnostics", "selections", "position",
|
||||||
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
|
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
|
||||||
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
||||||
<tr><td><code>position</code></td><td>The cursor position</td></tr>
|
<tr><td><code>position</code></td><td>The cursor position</td></tr>
|
||||||
|
<tr><td><code>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr>
|
||||||
<tr><td><code>spacer</code></td><td>Inserts a space between elements (multiple/contiguous spacers may be specified)</td></tr>
|
<tr><td><code>spacer</code></td><td>Inserts a space between elements (multiple/contiguous spacers may be specified)</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -987,6 +987,7 @@ right = ["diagnostics", "selections", "position",
|
||||||
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
|
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
|
||||||
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
||||||
<tr><td><code>position</code></td><td>The cursor position</td></tr>
|
<tr><td><code>position</code></td><td>The cursor position</td></tr>
|
||||||
|
<tr><td><code>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr>
|
||||||
<tr><td><code>spacer</code></td><td>Inserts a space between elements (multiple/contiguous spacers may be specified)</td></tr>
|
<tr><td><code>spacer</code></td><td>Inserts a space between elements (multiple/contiguous spacers may be specified)</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
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