Skip to content

Commit e1eab46

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent 55977c1 commit e1eab46

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/fzf-lua.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 December 29
1+
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2025 January 04
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -564,7 +564,10 @@ CUSTOMIZATION *fzf-lua-customization*
564564
-- popup 80% width, 80% height (note `-p` requires tmux > 3.2)
565565
-- and removes the sides margin added by `fzf-tmux` (fzf#3162)
566566
-- for more options run `fzf-tmux --help`
567-
fzf_tmux_opts = { ["-p"] = "80%,80%", ["--margin"] = "0,0" },
567+
-- NOTE: since fzf v0.53 / sk v0.15 it is recommended to use
568+
-- native tmux integration by adding the below to `fzf_opts`
569+
-- fzf_opts = { ["--tmux"] = "center,80%,60%" }
570+
fzf_tmux_opts = { ["-p"] = "80%,80%", ["--margin"] = "0,0" },
568571
<
569572
[!NOTE] See the Fzf Colors <#fzf-colors> section for more info.
570573

0 commit comments

Comments
 (0)