diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 0647703..b8e91a2 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -208,6 +208,9 @@ M.telescope = { ["fo"] = { " Telescope oldfiles ", "Find oldfiles" }, ["fz"] = { " Telescope current_buffer_fuzzy_find ", "Find in current buffer" }, + -- directory + ["cd"] = { " Telescope zoxide list", "telescope zoxide cd" }, + -- git ["cm"] = { " Telescope git_commits ", "Git commits" }, ["gt"] = { " Telescope git_status ", "Git status" }, diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 9d2040c..b74ccaf 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -885,7 +885,7 @@ local plugins = { require("telescope").load_extension "zoxide" end, }, - { "nanotee/zoxide.vim" }, + { "nanotee/zoxide.vim", lazy = false, enabled = false }, } return plugins