mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Change default project keymap
This commit is contained in:
parent
68ff818a5b
commit
eb5222924a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ return {
|
||||||
end)
|
end)
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>fp", "<Cmd>Telescope projects<CR>", desc = "Projects" },
|
{ "<leader>p", "<Cmd>Telescope projects<CR>", desc = "Projects" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue