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