From 11bb47f776ba3619b3bacb88e401f2fd213940c0 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 20 Jul 2024 18:16:29 -0400 Subject: [PATCH] Fix telescope keymaps --- home/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } ];