[mini.basics] Avoid remaping of leader key #1913
-
Contributing guidelines
Module(s)mini.basics QuestionPlease, there is any way that I can use mini.basics but avoid remapping leader key? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Jul 28, 2025
Replies: 1 comment 1 reply
-
Would you mind elaborating on what do you mean by "remapping leader key"? What setup do you have with respect to 'mini.basics' and leader key? Setting leader key is essentially setting the Also, make sure that all your leader mappings are done after setting the leader key. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ricardoseriani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you mind elaborating on what do you mean by "remapping leader key"? What setup do you have with respect to 'mini.basics' and leader key?
Setting leader key is essentially setting the
vim.g.mapleader
global variable. The 'mini.basics' does not override if it is set.Also, make sure that all your leader mappings are done after setting the leader key.