Skip to content

Commit 74d6658

Browse files
committed
feat(fzf): use highlight-line option
1 parent 41b2b7b commit 74d6658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/fzf/spawn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub fn spawn(fzf_args: &[String]) -> Result<()> {
2929
.arg("--reverse")
3030
.arg("--info")
3131
.arg("inline-right")
32+
.arg("--highlight-line")
3233
.arg("--list-border")
3334
.arg("--list-label")
3435
.arg(" muxi sessions ")

0 commit comments

Comments
 (0)