mend
This commit is contained in:
parent
6fbe6678a8
commit
073aa98fbe
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue