Fix telescope keymaps

This commit is contained in:
Dave Gallant
2024-07-20 18:16:29 -04:00
parent 5ba13a5288
commit 11bb47f776

View File

@@ -374,12 +374,12 @@ in
{
key = "<leader>ff";
mode = [ "n" ];
action = "<cmd>Telescope Git Files<CR>";
action = "<cmd>Telescope find_files<CR>";
}
{
key = "<leader>fg";
mode = [ "n" ];
action = "<cmd>live_grep<CR>";
action = "<cmd>Telescope live_grep<CR>";
}
];