From bb121197655930fe54ad8a4816f33755af9118ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= Date: Sat, 7 May 2022 21:00:48 +0000 Subject: [PATCH] doc: improve free key comments --- fnl/bepo.fnl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fnl/bepo.fnl b/fnl/bepo.fnl index 5c8980a..e24f8d6 100644 --- a/fnl/bepo.fnl +++ b/fnl/bepo.fnl @@ -125,10 +125,10 @@ (map-normal "wÉ" :T)) (fn setup [] - "Keys that are still free - ;; , and ; as they may be used as leaders - ;; à and À - è and È" + "Keys that are still free: + * , and ; as they may be used as leaders + * à and À + * è and È" (when (= vim.g.loaded_bepo_nvim nil) (mapping-movement) (mapping-tabs)