docs: add toggle-diagnostic command info

pull/12203/head
Nikita Revenco 2024-12-06 13:46:45 +00:00
parent a1a2cce23e
commit 1610118d13
1 changed files with 1 additions and 0 deletions

View File

@ -88,3 +88,4 @@
| `:move`, `:mv` | Move the current buffer and its corresponding file to a different path | | `:move`, `:mv` | 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 | | `:yank-diagnostic` | Yank diagnostic(s) under primary cursor to register, or clipboard by default |
| `:read`, `:r` | Load a file into buffer | | `:read`, `:r` | Load a file into buffer |
| `:toggle-diagnostics`, `:td` | Toggle Diagnostics |