add zoxide to dash

This commit is contained in:
Christoph J. Scherr 2024-03-01 16:18:19 +01:00
parent 4432751c40
commit 53d285d130
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ local get_info = function()
},
{ " Mappings", "<space>ch", "NvCheatsheet" },
{ " Git", "<space>gg", "LazyGit" },
{ " Files", "<F5>", "NvimTreeToggle" },
{ " Files", "<F5>", "NvimTreeToggle" },
{ " Change Directory", ";cd", "Telescope zoxide list" },
{ " Terminal", "<A-i>", "ToggleTerm direction=float" },
}
return buf