Override LazyVim mappings Go to the plugin that already mapped the key lua/plugins/fzf.lua return { "ibhagwan/fzf-lua", keys = { { "<leader><space>", function () require("mini.files").open() end, desc = "Mini Files" }, }, }