{...}: { globals.mapleader = " "; keymaps = [ { mode = ["n"]; key = ""; action = ":noh"; options = { silent = true; }; } { mode = ["n"]; key = "f"; action = ""; options = { desc = "+find"; }; } { mode = ["n"]; key = ""; action = ""; options = { silent = true; }; } { mode = ["n"]; key = ""; action = ""; options = { silent = true; }; } { mode = ["n"]; key = ""; action = "zz"; options = { silent = true; }; } ]; }