From 53d285d130879fdccd7ee554feef15cb252f7582 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 1 Mar 2024 16:18:19 +0100 Subject: [PATCH] add zoxide to dash --- lua/custom/chadrc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/chadrc.lua b/lua/custom/chadrc.lua index 8f1a86b..a1284cc 100644 --- a/lua/custom/chadrc.lua +++ b/lua/custom/chadrc.lua @@ -64,7 +64,8 @@ local get_info = function() }, { " Mappings", "ch", "NvCheatsheet" }, { " Git", "gg", "LazyGit" }, - { " Files", "", "NvimTreeToggle" }, + { " Files", "", "NvimTreeToggle" }, + { " Change Directory", ";cd", "Telescope zoxide list" }, { " Terminal", "", "ToggleTerm direction=float" }, } return buf