Set navkeys for evil-markdown in bepo

This commit is contained in:
Gerry Agbobada 2020-08-26 23:30:03 +02:00
parent 848cc117c4
commit 65fed7ad1c
No known key found for this signature in database
GPG key ID: 53F94866E84818F6

View file

@ -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)))