diff --git a/modules/programs/nvim/new_plugins/telescope.nix b/modules/programs/nvim/new_plugins/telescope.nix index a0f6b4b..539ce73 100644 --- a/modules/programs/nvim/new_plugins/telescope.nix +++ b/modules/programs/nvim/new_plugins/telescope.nix @@ -31,6 +31,10 @@ _: action = "oldfiles"; options.desc = "Recent files"; }; + "fc" = { + action = "commands"; + options.desc = "Commands"; + }; }; }; web-devicons.enable = true;