{...}: { programs.nixvim.keymaps = [ { key = "sf"; action = "Telescope find_files"; options.desc = "[S]earch [F]iles"; } { key = "sg"; action = "Telescope live_grep"; options.desc = "[S]earch by [G]rep"; } { key = "sw"; action = "Telescope grep_string"; options.desc = "[S]earch current [W]ord"; } { key = "q"; action = "Telescope diagnostics"; options.desc = "Lsp Diagnostics"; } ]; }