You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but as soon as you define on_attach, they are backwards. Pressing [c goes to the next git item, and ]c goes to the previous item.
I had to fix these in my config:
Description
:help nvim-tree-default-mappings
indicates:but as soon as you define
on_attach
, they are backwards. Pressing[c
goes to the next git item, and]c
goes to the previous item.I had to fix these in my config:
Neovim version
Operating system and version
Linux x1e2 5.18.16-artix1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 13:26:46 +0000 x86_64 GNU/Linux
nvim-tree version
09a5126
Minimal config
Steps to reproduce
nvim -nu /tmp/nvt-min.lua
:NvimTreeOpen
[c
and]c
Expected behavior
]c
goes next,[c
goes previousActual behavior
the opposite
The text was updated successfully, but these errors were encountered: