mirror of https://github.com/helix-editor/helix
deploy: 228a4af35f
parent
c9a05b338e
commit
bc0a838cf7
|
@ -196,7 +196,7 @@
|
|||
<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-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>, <code>:u</code></td><td>Write changes only if the file has been modified.</td></tr>
|
||||
<tr><td><code>:lsp-workspace-command</code></td><td>Open workspace command picker</td></tr>
|
||||
<tr><td><code>:lsp-restart</code></td><td>Restarts the Language Server that is in use by the current doc</td></tr>
|
||||
<tr><td><code>:lsp-stop</code></td><td>Stops the Language Server that is in use by the current doc</td></tr>
|
||||
|
|
|
@ -983,7 +983,7 @@ you to selectively add search terms to your selections.</p>
|
|||
<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-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>, <code>:u</code></td><td>Write changes only if the file has been modified.</td></tr>
|
||||
<tr><td><code>:lsp-workspace-command</code></td><td>Open workspace command picker</td></tr>
|
||||
<tr><td><code>:lsp-restart</code></td><td>Restarts the Language Server that is in use by the current doc</td></tr>
|
||||
<tr><td><code>:lsp-stop</code></td><td>Stops the Language Server that is in use by the current doc</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