Closed zzantares closed 7 years ago
What if you set them in evil-vimish-fold-map
instead - perhaps give the following a try:
:config (progn
(evil-define-key 'normal evil-vimish-fold-map "zh" 'evil-vimish-fold/previous-fold)
(evil-define-key 'normal evil-vimish-fold-map "zk" 'evil-vimish-fold/next-fold))
Yes! That works!
Thanks for the help @alexmurray!
You're welcome
Hello there! So far enjoying the package however I have an issue, not necessarily with the package but with the jumping mappings
zk
andzj
.I don't use the qwerty layout and I'd rather prefer having
zk
forevil-vimish-fold/next-fold
andzh
forevil-vimish-fold/previous-fold
. I'm trying to override the mappings but isn't working:I've already tried with
evil-define-key
instead ofgeneral
but I can't make it work. Can you give me a hand with this?Thanks for any help!