feat(nvim): add command search keybind

This commit is contained in:
Moritz Böhme 2024-11-22 16:00:28 +01:00
parent d774279c50
commit bf7928d3cc
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -31,6 +31,10 @@ _:
action = "oldfiles"; action = "oldfiles";
options.desc = "Recent files"; options.desc = "Recent files";
}; };
"<leader>fc" = {
action = "commands";
options.desc = "Commands";
};
}; };
}; };
web-devicons.enable = true; web-devicons.enable = true;