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