This commit is contained in:
2026-03-09 11:33:54 +00:00
parent 0d23f2b0f4
commit 5a5e5e9b67
7 changed files with 96 additions and 35 deletions

View File

@@ -66,13 +66,13 @@
{
mode = "n";
key = "<leader>ff";
action = ":Pick files<CR>";
action.__raw = "function() require('fff').find_files() end";
options.desc = "Search files";
}
{
mode = "n";
key = "<leader>fg";
action = ":Pick grep_live<CR>";
action.__raw = "function() require('fff').live_grep() end";
options.desc = "Grep";
}
{