mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
feat(picker): added undo
picker to navigate the undo tree. Closes #638
This commit is contained in:
parent
b0d3266985
commit
5c45f1c193
5 changed files with 189 additions and 14 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue