Use C-SPC in non-normal mode (also insert) for leader
This commit is contained in:
parent
576e6bdc23
commit
70b1fabda2
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@
|
|||
(general-evil-setup t)
|
||||
|
||||
;; Create bindings under the leader
|
||||
(general-create-definer lmap :states '(normal visual emacs motion) :prefix "SPC")
|
||||
(general-create-definer lmap
|
||||
:states '(normal visual insert emacs motion)
|
||||
:prefix "SPC"
|
||||
:non-normal-prefix "C-SPC"
|
||||
)
|
||||
|
||||
(lmap
|
||||
"" nil ;; Unbind SPC, I don't use it for navigation anyway.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue