linktohack / evil-space

vim-space for evil-mode
GNU General Public License v2.0
11 stars 3 forks source link

Make evil-space-setup accept symbols and forms #3

Closed hlissner closed 9 years ago

hlissner commented 9 years ago

For example, these will do the same thing and both will work:

(evil-space-setup "f" ";" ",")
(evil-space-setup evil-find-char evil-repeat-find-char evil-repeat-find-char-reverse)

(This change was for cases where KEY, NEXT and PREV are in different keymaps)

linktohack commented 9 years ago

Thanks @hlissner for implementing this :+1:

hlissner commented 9 years ago

And done!

linktohack commented 9 years ago

Great! Thanks so much for this feature, @hlissner!