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 09a5126 commit a75a1b8Copy full SHA for a75a1b8
lua/nvim-tree/keymap.lua
@@ -154,7 +154,7 @@ local DEFAULT_KEYMAPS = {
154
desc = "go to next diagnostic item",
155
},
156
{
157
- key = "[c",
+ key = "]c",
158
callback = Api.node.navigate.git.next,
159
desc = "go to next git item",
160
@@ -164,7 +164,7 @@ local DEFAULT_KEYMAPS = {
164
desc = "go to prev diagnostic item",
165
166
167
- key = "]c",
+ key = "[c",
168
callback = Api.node.navigate.git.prev,
169
desc = "go to prev git item",
170
0 commit comments