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