Set navkeys for evil-markdown in bepo
This commit is contained in:
parent
848cc117c4
commit
65fed7ad1c
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@
|
|||
;; "ts" would be a little too common for an evil escape sequence
|
||||
(setq evil-escape-key-sequence "gq")
|
||||
(setq avy-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n)
|
||||
lispy-avy-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n ?m ?b ?é ?p ?o ?è ?v ?d ?l ?j ?z))
|
||||
lispy-avy-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n ?m ?b ?é ?p ?o ?è ?v ?d ?l ?j ?z)
|
||||
evil-markdown-movement-bindings '((up . "s")
|
||||
(down . "t")
|
||||
(left . "c")
|
||||
(right . "r")))
|
||||
;; :ui window-select settings, ignoring +numbers flag for now
|
||||
(after! ace-window
|
||||
(setq aw-keys '(?a ?u ?i ?e ?, ?c ?t ?s ?r ?n)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue