mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add diagnostics keys to keymap.md
This commit is contained in:
parent
d9b2f6feac
commit
ff8a031cb2
@ -86,6 +86,18 @@ ### Search
|
||||
| N | Add next search match to selection |
|
||||
| * | Use current selection as the search pattern |
|
||||
|
||||
### Diagnostics
|
||||
|
||||
> NOTE: `[` and `]` will likely contain more pair mappings in the style of
|
||||
> [vim-unimpaired](https://github.com/tpope/vim-unimpaired)
|
||||
|
||||
| Key | Description |
|
||||
|-----|-----------|
|
||||
| [d | Go to previous diagnostic |
|
||||
| ]d | Go to next diagnostic |
|
||||
| [D | Go to first diagnostic in document |
|
||||
| ]D | Go to last diagnostic in document |
|
||||
|
||||
## Select / extend mode
|
||||
|
||||
I'm still pondering whether to keep this mode or not. It changes movement
|
||||
|
Loading…
Reference in New Issue
Block a user