Add picker resume key and replace i18n plugin

This commit is contained in:
Fábio André Damas 2025-09-11 22:09:14 +01:00
parent e03c864b4a
commit 50031cba0e
5 changed files with 38 additions and 5 deletions

View file

@ -50,6 +50,11 @@ return {
":lua Snacks.picker.grep()<cr>",
desc = "Project search"
},
{
"<leader>pr",
":lua Snacks.picker.resume()<cr>",
desc = "Picker: resume"
},
{
"<leader>ds",