Skip to content

Commit 81eb718

Browse files
committed
fix: inverted diagnostic navigation keymaps
1 parent 9fd7b7a commit 81eb718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/keymap.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ local DEFAULT_KEYMAPS = {
149149
desc = "copy absolute path to system clipboard",
150150
},
151151
{
152-
key = "[e",
152+
key = "]e",
153153
callback = Api.node.navigate.diagnostics.next,
154154
desc = "go to next diagnostic item",
155155
},
@@ -159,7 +159,7 @@ local DEFAULT_KEYMAPS = {
159159
desc = "go to next git item",
160160
},
161161
{
162-
key = "]e",
162+
key = "[e",
163163
callback = Api.node.navigate.diagnostics.prev,
164164
desc = "go to prev diagnostic item",
165165
},

0 commit comments

Comments
 (0)