We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
winopts
1 parent 03eed63 commit ce8c08cCopy full SHA for ce8c08c
README.md
@@ -370,6 +370,8 @@ Alternatively, resuming work on a specific picker:
370
require("fzf-lua").setup{
371
-- MISC GLOBAL SETUP OPTIONS, SEE BELOW
372
-- fzf_bin = ...,
373
+ -- each of these options can also be passed as function that return options table
374
+ -- e.g. winopts = function() return { ... } end
375
winopts = { ... }, -- UI Options
376
keymap = { ... }, -- Neovim keymaps / fzf binds
377
actions = { ... }, -- Fzf "accept" binds
0 commit comments