Skip to content

Commit 2bdf2e5

Browse files
committed
fmt: readme
1 parent df206ca commit 2bdf2e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export GIT_PAGER='<highlighter-of-your-choice>'
4141
# ^ can be done in your bash/zsh/rc file.
4242
find "$FIND_ARGS" | sad '<pattern>' '<replacement>'
4343
```
44-
Note: `--multi` is passed to fzf so you can select multiple files with `Shift+tab`
44+
45+
Note: `--multi` is passed to fzf so you can select multiple files with `Shift+tab`
4546

4647
**without fzf**
4748

‎src/fzf.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn stream_fzf_proc(
5050
args: Vec<String>,
5151
stream: impl Stream<Item = Result<OsString, Die>> + Unpin,
5252
) -> impl Stream<Item = Result<(), Die>> {
53-
let execute = format!("abort+execute:{}\x04{{+f}}", Mode::PATCH);
53+
let execute = format!("become:{}\x04{{+f}}", Mode::PATCH);
5454
let mut arguments = vec![
5555
"--read0".to_owned(),
5656
"--print0".to_owned(),

0 commit comments

Comments
 (0)