hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
340 stars 25 forks source link

Allow to selectively turn off in certain modes #45

Closed TheBB closed 7 years ago

TheBB commented 7 years ago

In Spacemacs we would like to leave the globalized mode on, but turn it off in certain other modes in which the f key has other more useful meanings. We can usually achieve this by leaving the turn-off-... function in that mode's hook, but in some rare cases post-command-hook runs after that, turning it on anyway.

This sort of option would make our lives a lot easier if it's agreeable with you.

hlissner commented 7 years ago

Certainly! Let me know if the problem persists.