diff --git a/docs/extras/editor/fzf.md b/docs/extras/editor/fzf.md index bccd92f3ea..d7bcc861f5 100644 --- a/docs/extras/editor/fzf.md +++ b/docs/extras/editor/fzf.md @@ -82,6 +82,7 @@ opts = function(_, opts) fzf_colors = true, fzf_opts = { ["--no-scrollbar"] = true, + -- ["--history"] = vim.fn.stdpath("data") .. "/fzf-history", -- stores previous searches ( = "next-history" and = "prev-history") }, defaults = { -- formatter = "path.filename_first", @@ -227,6 +228,7 @@ end fzf_colors = true, fzf_opts = { ["--no-scrollbar"] = true, + -- ["--history"] = vim.fn.stdpath("data") .. "/fzf-history", -- stores previous searches ( = "next-history" and = "prev-history") }, defaults = { -- formatter = "path.filename_first",