snacks.explorer use <S-h> instead of <C-h> for win keys. #840
redoxahmii
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
And how would you then search for There are already hl groups for those toggles. Check them in the hl picker (search for Toggle) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using
Shift - {key}
for win keymaps insnacks.explorer
might be a better default as it is the same asneo-tree.nvim
.While i have already set them up in my own config this should make it easier for people to migrate and use muscle memory.
Example : use
<S-h>
fortoggle_hidden
instead of<C-h>
and the same for some of the other keymaps.One more thing is adding highlight groups for hidden files and git files instead of only icons at the moment but I know it will be added eventually.
Beta Was this translation helpful? Give feedback.
All reactions