diff --git a/config/which-key.nix b/config/which-key.nix index 4239456..cc512d3 100644 --- a/config/which-key.nix +++ b/config/which-key.nix @@ -2,42 +2,7 @@ plugins = { which-key = { enable = true; - settings = { - preset = "helix"; - icons.rules = false; - icons.mappings = false; - icons.keys = { - BS = "BS "; - C = "C "; - CR = "CR "; - D = "D "; - Down = "Down "; - Esc = "Esc "; - F1 = "F1"; - F10 = "F10"; - F11 = "F11"; - F12 = "F12"; - F2 = "F2"; - F3 = "F3"; - F4 = "F4"; - F5 = "F5"; - F6 = "F6"; - F7 = "F7"; - F8 = "F8"; - F9 = "F9"; - Left = "Left "; - M = "M "; - NL = "NL "; - Right = "Right "; - S = "S "; - ScrollWheelDown = "ScrollWheelDown "; - ScrollWheelUp = "ScrollWhellUp "; - Space = "Space "; - Tab = "Tab "; - Up = "Up "; - }; - }; + settings = { preset = "helix"; }; }; - }; }