summaryrefslogtreecommitdiff
path: root/fnl/plugins/which-key.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/which-key.fnl')
-rw-r--r--fnl/plugins/which-key.fnl10
1 files changed, 5 insertions, 5 deletions
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl
index 269978e..f78efac 100644
--- a/fnl/plugins/which-key.fnl
+++ b/fnl/plugins/which-key.fnl
@@ -13,13 +13,13 @@
:z true
:g true}}
:icons {:breadcrumb (. icons :guillemet)
- :separator (.. (. icons :small-right-arrow) " ")
+ :separator (.. (. icons :small-arrow-right) " ")
:group "+"
:colors false
- :keys {:Up (.. (. icons :up-arrow) " ")
- :Down (.. (. icons :down-arrow) " ")
- :Left (.. (. icons :left-arrow) " ")
- :Right (.. (. icons :right-arrow) " ")
+ :keys {:Up (.. (. icons :arrow-up) " ")
+ :Down (.. (. icons :arrow-down) " ")
+ :Left (.. (. icons :arrow-left) " ")
+ :Right (.. (. icons :arrow-right) " ")
:C (.. (. icons :up-caret) " ")
:M (.. (. icons :meta) " ")
:D (.. (. icons :openbased) " ")