ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
573 stars 102 forks source link

docs(README): fix key mapping #124

Open locphan87 opened 7 years ago

locphan87 commented 7 years ago

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

kirahowe commented 7 years ago

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 commented 7 years ago

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