require("telescope").load_extension("zoxide") require("which-key").register({ f = { name = "find", z = { "Telescope zoxide list", "find location" }, }, }, { prefix = "" })