diff --git a/modules/moritz/programs/nvim/plugins/telescope.nix b/modules/moritz/programs/nvim/plugins/telescope.nix index ae69da1..b0050e0 100644 --- a/modules/moritz/programs/nvim/plugins/telescope.nix +++ b/modules/moritz/programs/nvim/plugins/telescope.nix @@ -34,7 +34,7 @@ _: { }; "fl" = { action = "current_buffer_fuzzy_find"; - options.desc = "Search lines"; + options.desc = "Find lines"; }; "fg" = { action = "live_grep"; @@ -42,7 +42,7 @@ _: { }; "fh" = { action = "help_tags"; - options.desc = "Help tags"; + options.desc = "Find help tags"; }; "fr" = { action = "oldfiles"; @@ -50,7 +50,7 @@ _: { }; "fc" = { action = "commands"; - options.desc = "Commands"; + options.desc = "Find Commands"; }; }; };