We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd7b7a commit 81eb718Copy full SHA for 81eb718
lua/nvim-tree/keymap.lua
@@ -149,7 +149,7 @@ local DEFAULT_KEYMAPS = {
149
desc = "copy absolute path to system clipboard",
150
},
151
{
152
- key = "[e",
+ key = "]e",
153
callback = Api.node.navigate.diagnostics.next,
154
desc = "go to next diagnostic item",
155
@@ -159,7 +159,7 @@ local DEFAULT_KEYMAPS = {
159
desc = "go to next git item",
160
161
162
- key = "]e",
+ key = "[e",
163
callback = Api.node.navigate.diagnostics.prev,
164
desc = "go to prev diagnostic item",
165
0 commit comments