Skip to content

Commit 5363c9c

Browse files
committed
feat(git_branches): add --tiebreak=begin
1 parent eb89e29 commit 5363c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/defaults.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ M.defaults.git = {
547547
},
548548
cmd_add = { "git", "branch" },
549549
cmd_del = { "git", "branch", "--delete" },
550-
fzf_opts = { ["--no-multi"] = true },
550+
fzf_opts = { ["--no-multi"] = true, ["--tiebreak"] = "begin" },
551551
_headers = { "actions", "cwd" },
552552
_multiline = false,
553553
},

0 commit comments

Comments
 (0)