mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
Bind ShowNextDiagnostic to f8
This commit is contained in:
parent
0b63d882ce
commit
c04151f999
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ pub fn init(cx: &mut MutableAppContext) {
|
|||
Binding::new("ctrl-w", SelectLargerSyntaxNode, Some("Editor")),
|
||||
Binding::new("alt-down", SelectSmallerSyntaxNode, Some("Editor")),
|
||||
Binding::new("ctrl-shift-W", SelectSmallerSyntaxNode, Some("Editor")),
|
||||
Binding::new("ctrl-.", ShowNextDiagnostic, Some("Editor")),
|
||||
Binding::new("f8", ShowNextDiagnostic, Some("Editor")),
|
||||
Binding::new("ctrl-m", MoveToEnclosingBracket, Some("Editor")),
|
||||
Binding::new("pageup", PageUp, Some("Editor")),
|
||||
Binding::new("pagedown", PageDown, Some("Editor")),
|
||||
|
|
Loading…
Reference in a new issue