mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(extras): add <leader>fP for fzf to search plugin files
This commit is contained in:
parent
e4174d01a6
commit
cdf8ae1fa5
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ return {
|
|||
{ "<leader>ff", LazyVim.pick("auto"), desc = "Find Files (Root Dir)" },
|
||||
{ "<leader>fF", LazyVim.pick("auto", { root = false }), desc = "Find Files (cwd)" },
|
||||
{ "<leader>fg", "<cmd>FzfLua git_files<cr>", desc = "Find Files (git-files)" },
|
||||
{ "<leader>fP", LazyVim.pick.plugin_files(), desc = "Find Plugin File" },
|
||||
{ "<leader>fr", "<cmd>FzfLua oldfiles<cr>", desc = "Recent" },
|
||||
{ "<leader>fR", LazyVim.pick("oldfiles", { cwd = vim.uv.cwd() }), desc = "Recent (cwd)" },
|
||||
-- git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue