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