diff --git a/home/default.nix b/home/default.nix index 16a4a6b..088ab33 100644 --- a/home/default.nix +++ b/home/default.nix @@ -374,12 +374,12 @@ in { key = "ff"; mode = [ "n" ]; - action = "Telescope Git Files"; + action = "Telescope find_files"; } { key = "fg"; mode = [ "n" ]; - action = "live_grep"; + action = "Telescope live_grep"; } ];