diff --git a/plugins/utils/which-key.nix b/plugins/utils/which-key.nix index 69613d5e..ba422ecf 100644 --- a/plugins/utils/which-key.nix +++ b/plugins/utils/which-key.nix @@ -13,21 +13,24 @@ let opt = options.plugins.which-key; specExamples = [ - # Basic group + # Basic group with custom icon { __unkeyed-1 = "b"; - group = "󰓩 Buffers"; + group = "Buffers"; + icon = "󰓩 "; } # Non-default mode { __unkeyed = "c"; mode = "v"; - group = "󰄄 Codesnap"; + group = "Codesnap"; + icon = "󰄄 "; } # Group within group { __unkeyed-1 = "bs"; - group = "󰒺 Sort"; + group = "Sort"; + icon = "󰒺 "; } # Nested mappings for inheritance {