cofi / evil-leader

<leader> key for evil
GNU General Public License v3.0
315 stars 22 forks source link

can you create secondary leader key? #33

Closed redguardtoo closed 5 years ago

redguardtoo commented 8 years ago

secondary leader key could be bound to new commands.

I need this because my hotkeys is almost used up but I have still lots of commands to bind.

noctuid commented 8 years ago

@redguardtoo See general.el which allows for an infinite number of leader keys. I just made it, so it's not on melpa yet though.

redguardtoo commented 8 years ago

@noctuid , great, Could general-default-keymap be a list? I don't want to re-define key bindings in visual and normal state. Evil-leader supports this.

noctuid commented 8 years ago

@redguardtoo Sure, I've made an issue for it (noctuid/general.el#5). I'll implement this when I get the chance.