This commit is contained in:
hwu 2025-09-07 21:44:23 -04:00
parent 6fbe6678a8
commit 073aa98fbe
1 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,8 @@ return {
keys = {
-- Top Pickers & Explorer
{
'<C-p>',
-- '<C-p>',
'<leader><space>',
function()
Snacks.picker.smart()
end,
@ -112,7 +113,8 @@ return {
desc = 'Find Files',
},
{
'<leader><space>',
-- '<leader><space>',
'<C-p>',
function()
Snacks.picker.files()
end,