mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(snacks.picker):fix mapping for Projects for consistency
<leader>fp is the same mapping as Telescope and fzf for Projects. This PR makes this short cut consistent.
This commit is contained in:
parent
8f58fe0b62
commit
036be8ffc9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ return {
|
|||
{ "<leader>sR", function() Snacks.picker.resume() end, desc = "Resume" },
|
||||
{ "<leader>sq", function() Snacks.picker.qflist() end, desc = "Quickfix List" },
|
||||
{ "<leader>uC", function() Snacks.picker.colorschemes() end, desc = "Colorschemes" },
|
||||
{ "<leader>qp", function() Snacks.picker.projects() end, desc = "Projects" },
|
||||
{ "<leader>fp", function() Snacks.picker.projects() end, desc = "Projects" },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue