feat(picker): added undo picker to navigate the undo tree. Closes #638

This commit is contained in:
Folke Lemaitre 2025-01-19 21:54:18 +01:00
parent b0d3266985
commit 5c45f1c193
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 189 additions and 14 deletions

View file

@ -571,6 +571,13 @@ M.spelling = {
confirm = "item_action",
}
M.undo = {
finder = "vim_undo",
format = "undo",
preview = "preview",
confirm = "item_action",
}
-- Open a project from zoxide
M.zoxide = {
finder = "files_zoxide",