add zoxide to dash
This commit is contained in:
parent
4432751c40
commit
53d285d130
|
@ -64,7 +64,8 @@ local get_info = function()
|
||||||
},
|
},
|
||||||
{ " Mappings", "<space>ch", "NvCheatsheet" },
|
{ " Mappings", "<space>ch", "NvCheatsheet" },
|
||||||
{ " Git", "<space>gg", "LazyGit" },
|
{ " Git", "<space>gg", "LazyGit" },
|
||||||
{ " Files", "<F5>", "NvimTreeToggle" },
|
{ " Files", "<F5>", "NvimTreeToggle" },
|
||||||
|
{ " Change Directory", ";cd", "Telescope zoxide list" },
|
||||||
{ " Terminal", "<A-i>", "ToggleTerm direction=float" },
|
{ " Terminal", "<A-i>", "ToggleTerm direction=float" },
|
||||||
}
|
}
|
||||||
return buf
|
return buf
|
||||||
|
|
Loading…
Reference in New Issue