mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
deploy: f7bd7b5eaf
This commit is contained in:
parent
41da65730b
commit
93674cd9f1
@ -193,6 +193,7 @@
|
|||||||
<tr><td><code>:change-current-directory</code>, <code>:cd</code></td><td>Change the current working directory.</td></tr>
|
<tr><td><code>:change-current-directory</code>, <code>:cd</code></td><td>Change the current working directory.</td></tr>
|
||||||
<tr><td><code>:show-directory</code>, <code>:pwd</code></td><td>Show the current working directory.</td></tr>
|
<tr><td><code>:show-directory</code>, <code>:pwd</code></td><td>Show the current working directory.</td></tr>
|
||||||
<tr><td><code>:encoding</code></td><td>Set encoding. Based on <code>https://encoding.spec.whatwg.org</code>.</td></tr>
|
<tr><td><code>:encoding</code></td><td>Set encoding. Based on <code>https://encoding.spec.whatwg.org</code>.</td></tr>
|
||||||
|
<tr><td><code>:character-info</code>, <code>:char</code></td><td>Get info about the character under the primary cursor.</td></tr>
|
||||||
<tr><td><code>:reload</code></td><td>Discard changes and reload from the source file.</td></tr>
|
<tr><td><code>:reload</code></td><td>Discard changes and reload from the source file.</td></tr>
|
||||||
<tr><td><code>:reload-all</code></td><td>Discard changes and reload all documents from the source files.</td></tr>
|
<tr><td><code>:reload-all</code></td><td>Discard changes and reload all documents from the source files.</td></tr>
|
||||||
<tr><td><code>:update</code></td><td>Write changes only if the file has been modified.</td></tr>
|
<tr><td><code>:update</code></td><td>Write changes only if the file has been modified.</td></tr>
|
||||||
|
@ -861,6 +861,7 @@ you to selectively add search terms to your selections.</p>
|
|||||||
<tr><td><code>:change-current-directory</code>, <code>:cd</code></td><td>Change the current working directory.</td></tr>
|
<tr><td><code>:change-current-directory</code>, <code>:cd</code></td><td>Change the current working directory.</td></tr>
|
||||||
<tr><td><code>:show-directory</code>, <code>:pwd</code></td><td>Show the current working directory.</td></tr>
|
<tr><td><code>:show-directory</code>, <code>:pwd</code></td><td>Show the current working directory.</td></tr>
|
||||||
<tr><td><code>:encoding</code></td><td>Set encoding. Based on <code>https://encoding.spec.whatwg.org</code>.</td></tr>
|
<tr><td><code>:encoding</code></td><td>Set encoding. Based on <code>https://encoding.spec.whatwg.org</code>.</td></tr>
|
||||||
|
<tr><td><code>:character-info</code>, <code>:char</code></td><td>Get info about the character under the primary cursor.</td></tr>
|
||||||
<tr><td><code>:reload</code></td><td>Discard changes and reload from the source file.</td></tr>
|
<tr><td><code>:reload</code></td><td>Discard changes and reload from the source file.</td></tr>
|
||||||
<tr><td><code>:reload-all</code></td><td>Discard changes and reload all documents from the source files.</td></tr>
|
<tr><td><code>:reload-all</code></td><td>Discard changes and reload all documents from the source files.</td></tr>
|
||||||
<tr><td><code>:update</code></td><td>Write changes only if the file has been modified.</td></tr>
|
<tr><td><code>:update</code></td><td>Write changes only if the file has been modified.</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
Block a user