From 65fed7ad1c7671dcf786f90195bcc591100f0542 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Wed, 26 Aug 2020 23:30:03 +0200 Subject: [PATCH] Set navkeys for evil-markdown in bepo --- modules/input/layout/+bepo.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/input/layout/+bepo.el b/modules/input/layout/+bepo.el index 7182c4c31..4274508a7 100644 --- a/modules/input/layout/+bepo.el +++ b/modules/input/layout/+bepo.el @@ -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)))