From ec31d1d6b94c1907e3ad5bce94811808a3a91c50 Mon Sep 17 00:00:00 2001 From: Filip Harald Date: Sat, 27 Sep 2025 16:09:34 +0200 Subject: [PATCH] Update fzf configuration to have commented history-option --- docs/extras/editor/fzf.md | 2 ++ 1 file changed, 2 insertions(+) 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",