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

docs(README): fix key mapping #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

docs(README): fix key mapping #124

wants to merge 1 commit into from

Conversation

locphan87
Copy link

What problem does this PR solve?

In README.md, it is mentioned using Leader for key mappings.

But the plugin has been implemented by using LocalLeader. So the mapping won't work if we follow the documentation (README.md)

ref. https://github.com/ElmCast/elm-vim/blob/master/ftplugin/elm.vim#L54

How does this PR solve it?

change Leader to LocalLeader in README.md

* change Leader to LocalLeader based on the implementation
@kirahowe
Copy link

kirahowe commented Sep 8, 2017

This is helpful! I was confused at first about why the mappings weren't working, until I realized they weren't actually using my leader key.

@rpunkfu
Copy link

rpunkfu commented Oct 28, 2017

Info is misleading, I had to look into source to find out it's not using leader

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 this pull request may close these issues.

3 participants