Replies: 1 comment 2 replies
-
Sorry, this is more question to LazyVim than 'mini.files'. Example in 'mini.files' for My suggestion would be to ask in LazyVim or 'folke/which-key.nvim' discussions. |
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.
-
With mini.files open, 'g?' says use 'gc' to set cwd. But 'gc' brings this up:

I.e, 'gc' conflicts with
Toggle comment
. Likewise, 'g~' , which is used indoc/mini-files.txt
in an example autocmd at line 530, conflicts with 'Toggle case'. I used the autocmd example code to set the keymap to 'g}'. That works to change the cwd, but it confuses which-key, which now shows both the original 'gc' and my 'g}' on consecutive 'Set cwd' lines in response to 'g'.Beta Was this translation helpful? Give feedback.
All reactions