Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leader key assumption #90

Closed
icy-comet opened this issue Feb 24, 2022 · 2 comments · May be fixed by #271
Closed

leader key assumption #90

icy-comet opened this issue Feb 24, 2022 · 2 comments · May be fixed by #271

Comments

@icy-comet
Copy link

icy-comet commented Feb 24, 2022

local sc_ = sc:gsub("%s", ""):gsub("SPC", "<leader>")

Unless I am mistaken, SPC refers to the Space(bar) key. And it's not clear in the documentation that behind-the-scenes SPC refers to whatever your leader key is.

We could either map it to the actual Space key or change the placeholder text from SPC to something else (maybe Lead).

I am aware that this only affects users using the default theme. But I am sure many would rather extend the default theme and just change the header and the buttons instead of maintaining a complete new theme.

@goolord
Copy link
Owner

goolord commented Feb 24, 2022

i think i'll just make it configurable, maybe with Lead or LDR as the default

@goolord
Copy link
Owner

goolord commented Feb 27, 2022

made the string configurable in 78e48d7

still mulling over what to change the default to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants