Add alias matching to fzf search mode

This commit is contained in:
Tahaa-Dev 2026-07-26 20:57:51 +03:00 committed by Taha Mahmoud
parent 16356aae4e
commit 84d1d830f9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ impl Fzf {
cmd.args([
// Search mode
"--delimiter=\t",
"--nth=3",
"--nth=2,3",
// Scripting
"--read0",
])