Add a yank diagnostic command (#9640)

* yank diagnostic command

* improve success message

* move to a typed command

* docgen
This commit is contained in:
Kirawi 2024-03-15 12:38:22 -04:00 committed by GitHub
parent 6c4d986c1b
commit 0c51ab16d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 0 deletions

View file

@ -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 |