Skip to content

Commit 34de854

Browse files
phanenibhagwan
authored andcommitted
fix(zoxide): sort by score
1 parent 3071470 commit 34de854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/fzf-lua/defaults.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ M.defaults.zoxide = {
11741174
["--tabstop"] = "4",
11751175
["--tiebreak"] = "end,index",
11761176
["--nth"] = "2..",
1177+
["--no-sort"] = true, -- sort by score
11771178
},
11781179
actions = { enter = actions.cd }
11791180
}

0 commit comments

Comments
 (0)