evil-leader icon indicating copy to clipboard operation
evil-leader copied to clipboard

<leader> key for evil

Results 17 evil-leader issues
Sort by recently updated
recently updated
newest added

Spacemacs has a primary leader Space. And you can access specific mode keybindings with `Space m something`. But it has a secondary leader "," to shorten those mode keybindings to...

Hi Michael, I'm looking for a way to share leader keys between `clojure-mode`, and some derived modes like `clojurex-mode`, `clojurec-mode`, and `clojurescript-mode`. As these modes are derived I expected all...

Is it possible to dynamically assign a key from a variable? Something like this does not work. ``` emacs-lisp (evil-leader/set-key "ax" (make-symbol some-defun-name-as-string)) ```

First, thanks for the plugin. I use SPC as my leader. I'm using the [markdown-mode](http://jblevins.org/projects/markdown-mode/) package. This package has a the `gfm-mode` as well, which provides GitHub flavored markdown. This...

Define a key with one char in another prefix key is not allowed. But the expected behavior will be p binds to one and ps binds to another cmd. `...

After I turned on js3-mode, I started to notice, that there is some kind of conflict between those two. I have leader set as "". Regardless of the evil state,...

My leader key is assigned to ``. ``` (evil-leader/set-leader "") (global-evil-leader-mode) ``` But now I cannot use `` in motion mode, in particular: - `d` to delete one letter under...