emacs-evil / evil-magit

Black magic or evil keys for magit
https://github.com/justbur/evil-magit
GNU General Public License v3.0
273 stars 16 forks source link

Conflicts with magit-gh-pulls #7

Closed justmytwospence closed 8 years ago

justmytwospence commented 8 years ago

evil-search-word-backward conflicts with the # prefix that magit-gh-pulls uses. I have no idea why evil binds # to this command, I don't think thats what vim does. Can anyone replicate this to be sure?

justbur commented 8 years ago

I'm only doing minimal stuff for magit-gh-pulls at the moment, mostly because I don't use it. Can you try this and see if it resolves your issues?

  (evil-make-overriding-map magit-gh-pulls-mode-map evil-magit-state)
justbur commented 8 years ago

after loading evil-magit that is

justbur commented 8 years ago

@justmytwospence Did you get a chance to try the suggestion?

justbur commented 8 years ago

I added the suggested fix. Let me know if you have a problem with it