Skip to content

Commit

Permalink
fix(lines|blines): enable --multi
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed May 17, 2024
1 parent f9b33a6 commit fd14a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/fzf-lua/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ M.defaults.lines = {
show_unlisted = false,
no_term_buffers = true,
fzf_opts = {
["--multi"] = true,
["--delimiter"] = "[\\]:]",
["--nth"] = "2..",
["--tiebreak"] = "index",
Expand All @@ -551,6 +552,7 @@ M.defaults.blines = {
show_unlisted = true,
no_term_buffers = false,
fzf_opts = {
["--multi"] = true,
["--delimiter"] = "[:]",
["--with-nth"] = "2..",
["--tiebreak"] = "index",
Expand Down

0 comments on commit fd14a8f

Please sign in to comment.