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