diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index a35973ec..ebeca0ae 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -40,7 +40,6 @@ return { actions.open_with_trouble = require("trouble.sources.fzf").actions.open -- Trouble config.defaults.actions.files["ctrl-t"] = require("trouble.sources.fzf").actions.open - config.set_action_helpstr(config.defaults.actions.files["ctrl-t"].fn, "open-with-trouble") -- Toggle root dir / cwd config.defaults.actions.files["ctrl-r"] = function(_, ctx)