You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if evil-leader would allow one key to simultaneously be bound to a different action for each evil state.
For example, allow all of the following to be active at the same time:
(evil-leader/set-key-for-mode 'motion 'help-mode "x" 'foo)
(evil-leader/set-key-for-mode 'normal 'help-mode "x" 'bar)
(evil-leader/set-key-for-mode 'insert 'help-mode "x" 'baz)
The text was updated successfully, but these errors were encountered:
It would be nice if evil-leader would allow one key to simultaneously be bound to a different action for each evil state.
For example, allow all of the following to be active at the same time:
(evil-leader/set-key-for-mode 'motion 'help-mode "x" 'foo)
(evil-leader/set-key-for-mode 'normal 'help-mode "x" 'bar)
(evil-leader/set-key-for-mode 'insert 'help-mode "x" 'baz)
The text was updated successfully, but these errors were encountered: