From 7c94ccccf2c29ae19b609dce50ae8d3ed3f79c38 Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 29 Aug 2020 23:10:49 +0800 Subject: [PATCH] Lexic: don't mask common evil motion bindings --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 0435637..a9854d4 100644 --- a/config.org +++ b/config.org @@ -2854,8 +2854,8 @@ definition functionality (like ~+lookup/dictionary-definition~). :n "N" (cmd! (lexic-next-entry t)) :n "p" #'lexic-previous-entry :n "P" (cmd! (lexic-previous-entry t)) - :n "b" #'lexic-search-history-backwards - :n "f" #'lexic-search-history-forwards + :n "C-n" #'lexic-search-history-backwards + :n "C-p" #'lexic-search-history-forwards :n "/" (cmd! (call-interactively #'lexic-search)))) #+END_SRC