mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add a yank diagnostic command (#9640)
* yank diagnostic command * improve success message * move to a typed command * docgen
This commit is contained in:
parent
6c4d986c1b
commit
0c51ab16d0
2 changed files with 48 additions and 0 deletions
|
@ -86,3 +86,4 @@
|
|||
| `:clear-register` | Clear given register. If no argument is provided, clear all registers. |
|
||||
| `:redraw` | Clear and re-render the whole UI |
|
||||
| `:move` | Move the current buffer and its corresponding file to a different path |
|
||||
| `:yank-diagnostic` | Yank diagnostic(s) under primary cursor to register, or clipboard by default |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue