We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c55bf commit d39620bCopy full SHA for d39620b
1 file changed
doc/fzf-lua.txt
@@ -1,4 +1,4 @@
1
-*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 02
+*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 14
2
3
==============================================================================
4
Table of Contents *fzf-lua-table-of-contents*
@@ -1322,7 +1322,8 @@ CUSTOMIZATION *fzf-lua-customization*
1322
},
1323
zoxide = {
1324
cmd = "zoxide query --list --score",
1325
- git_root = false, -- auto-detect git root
+ scope = "global", -- cd action scope "local|win|tab"
1326
+ git_root = false, -- auto-detect git root
1327
formatter = "path.dirname_first",
1328
fzf_opts = {
1329
["--no-multi"] = true,
0 commit comments