mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-25 05:57:34 +00:00
fzf: disable sorting of results (#515)
This commit is contained in:
parent
2c2286cea2
commit
59d80a7b60
@ -46,9 +46,9 @@ impl Edit {
|
||||
Fzf::new()?
|
||||
.args([
|
||||
// Search mode
|
||||
"--scheme=path",
|
||||
"--exact",
|
||||
// Search result
|
||||
"--tiebreak=end,chunk,index",
|
||||
"--no-sort",
|
||||
// Interface
|
||||
"--bind=\
|
||||
btab:up,\
|
||||
|
@ -80,9 +80,9 @@ impl Query {
|
||||
} else {
|
||||
fzf.args([
|
||||
// Search mode
|
||||
"--scheme=path",
|
||||
"--exact",
|
||||
// Search result
|
||||
"--tiebreak=end,chunk,index",
|
||||
"--no-sort",
|
||||
// Interface
|
||||
"--bind=ctrl-z:ignore,btab:up,tab:down",
|
||||
"--cycle",
|
||||
|
Loading…
Reference in New Issue
Block a user