diff --git a/doc/fzf-lua.txt b/doc/fzf-lua.txt index 75fbdd4c..d879f05f 100644 --- a/doc/fzf-lua.txt +++ b/doc/fzf-lua.txt @@ -1312,8 +1312,7 @@ open an issue and I'll be more than happy to help.** -- by default, we ignore and mappings -- set `ignore_patterns = false` to disable filtering ignore_patterns = { "^", "^" }, - -- by default, both description and details are shown - -- `false` shows details only if the description is missing + show_desc = true, show_details = true, actions = { ["enter"] = actions.keymap_apply,