plugins.which-key.settings.icons.breadcrumb

Symbol used in the command line area that shows your active key combo.

Type: null or string or raw lua code

Default: null

Plugin default: "»"

Declared by:

plugins.which-key.settings.icons.colors

Use the highlights from mini.icons.

When false, it will use WhichKeyIcon instead.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.which-key.settings.icons.ellipsis

Symbol used for overflow.

Type: null or string or raw lua code

Default: null

Plugin default: "…"

Declared by:

plugins.which-key.settings.icons.group

Symbol prepended to a group.

Type: null or string or raw lua code

Default: null

Plugin default: "+"

Declared by:

plugins.which-key.settings.icons.keys

Icons used by key format.

Type: null or (attribute set)

Default: null

Plugin default:

{
  BS = "󰁮";
  C = "󰘴 ";
  CR = "󰌑 ";
  D = "󰘳 ";
  Down = " ";
  Esc = "󱊷 ";
  F1 = "󱊫";
  F10 = "󱊴";
  F11 = "󱊵";
  F12 = "󱊶";
  F2 = "󱊬";
  F3 = "󱊭";
  F4 = "󱊮";
  F5 = "󱊯";
  F6 = "󱊰";
  F7 = "󱊱";
  F8 = "󱊲";
  F9 = "󱊳";
  Left = " ";
  M = "󰘵 ";
  NL = "󰌑 ";
  Right = " ";
  S = "󰘶 ";
  ScrollWheelDown = "󱕐 ";
  ScrollWheelUp = "󱕑 ";
  Space = "󱁐 ";
  Tab = "󰌒 ";
  Up = " ";
}

Declared by:

plugins.which-key.settings.icons.mappings

Set to false to disable all mapping icons.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.which-key.settings.icons.rules

Icon rules. Set to false to disable all icons.

Type: null or (list of (attribute set)) or boolean

Default: null

Plugin default: [ ]

Declared by:

plugins.which-key.settings.icons.separator

Symbol used between a key and its label.

Type: null or string or raw lua code

Default: null

Plugin default: "➜"

Declared by: