From 65c8cbd6f9d378534f3317fafc186f9e06a2c823 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 25 Jun 2023 11:27:31 +0200 Subject: [PATCH] Updated config --- after/plugin/whichkey.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/after/plugin/whichkey.lua b/after/plugin/whichkey.lua index 3991935..7622263 100644 --- a/after/plugin/whichkey.lua +++ b/after/plugin/whichkey.lua @@ -5,6 +5,7 @@ end whichkey.setup({ key_labels = { + [""] = "SPC", [""] = "SPC", [""] = "RET", [""] = "TAB", @@ -12,7 +13,7 @@ whichkey.setup({ icons = { breadcrumb = "»", separator = "➜", - group = "& ", + group = "➜", } })