{...}: { plugins.which-key = { enable = true; settings = { preset = "modern"; }; }; # Prefixes, No operation. keymaps = [ { mode = "n"; key = "s"; action = ""; options = { desc = "+search"; }; } { mode = ["n" "v"]; key = "c"; action = ""; options = { desc = "+comment"; }; } { mode = "n"; key = "g"; action = ""; options = { desc = "+git"; }; } { mode = "n"; key = "gl"; action = ""; options = { desc = "+list"; }; } { mode = "n"; key = "gt"; action = ""; options = { desc = "+toggle"; }; } ]; }