fix: inverted diagnostic navigation keymaps
This commit is contained in:
parent
9fd7b7ae29
commit
81eb718394
@ -149,7 +149,7 @@ local DEFAULT_KEYMAPS = {
|
||||
desc = "copy absolute path to system clipboard",
|
||||
},
|
||||
{
|
||||
key = "[e",
|
||||
key = "]e",
|
||||
callback = Api.node.navigate.diagnostics.next,
|
||||
desc = "go to next diagnostic item",
|
||||
},
|
||||
@ -159,7 +159,7 @@ local DEFAULT_KEYMAPS = {
|
||||
desc = "go to next git item",
|
||||
},
|
||||
{
|
||||
key = "]e",
|
||||
key = "[e",
|
||||
callback = Api.node.navigate.diagnostics.prev,
|
||||
desc = "go to prev diagnostic item",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user