diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:41:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:41:38 +0100 |
commit | 9a09b2c68742d83437acba20d4cafcc2e334b05e (patch) | |
tree | 703a1e5111e95be4b0d7284900ec71b8b07c779e | |
parent | 3dcef3bbc85eef6094589b76749f2355980d101a (diff) |
Update whichkey symbol
-rw-r--r-- | lua/config/whichkey.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua index 4e23e2e..85ef65d 100644 --- a/lua/config/whichkey.lua +++ b/lua/config/whichkey.lua @@ -35,7 +35,7 @@ local setup = { }, icons = { breadcrumb = "ยป", -- symbol used in the command line area that shows your active key combo - separator = "โ", -- symbol used between a key and it's label + separator = "๎", -- symbol used between a key and it's label group = "+", -- symbol prepended to a group }, popup_mappings = { |