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
-
With mini.files open, 'g?' says use 'gc' to set cwd. But 'gc' brings this up:
![2025-01-23-img](https://private-user-images.githubusercontent.com/1290776/406184809-4fda84d8-086b-49e7-a0d4-b05c0a755b86.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Mjg5NDYsIm5iZiI6MTczOTUyODY0NiwicGF0aCI6Ii8xMjkwNzc2LzQwNjE4NDgwOS00ZmRhODRkOC0wODZiLTQ5ZTctYTBkNC1iMDVjMGE3NTViODYuanBlZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEwMjQwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU4NjM3MWY3YTFiZTk3MWI0ZjBiY2JhN2VjNDg5Y2EzMGI0YjEwNTdmNjEwMTM2MjIyMTExNGIzNjczOGYzNzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UPKkuyFxn2kbhTfrkAHT-bLgqVR1vuQ2FksbTKTLfiQ)
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