mirror of https://github.com/helix-editor/helix
deploy: f157a918a3
parent
98354ae023
commit
2bc4b7a648
|
@ -285,7 +285,7 @@ workspace-diagnostics = ["warning", "error"]
|
||||||
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
|
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
|
||||||
<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>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr>
|
<tr><td><code>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr>
|
||||||
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
<tr><td><code>selections</code></td><td>The primary selection index out of the number of active selections</td></tr>
|
||||||
<tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</td></tr>
|
<tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</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>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr>
|
||||||
|
|
|
@ -2048,7 +2048,7 @@ workspace-diagnostics = ["warning", "error"]
|
||||||
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
|
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
|
||||||
<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>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr>
|
<tr><td><code>workspace-diagnostics</code></td><td>The number of warnings and/or errors on workspace</td></tr>
|
||||||
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
<tr><td><code>selections</code></td><td>The primary selection index out of the number of active selections</td></tr>
|
||||||
<tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</td></tr>
|
<tr><td><code>primary-selection-length</code></td><td>The number of characters currently in primary selection</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>position-percentage</code></td><td>The cursor position as a percentage of the total number of lines</td></tr>
|
||||||
|
|
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