File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ export GIT_PAGER='<highlighter-of-your-choice>'
4141# ^ can be done in your bash/zsh/rc file.
4242find " $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
Original file line number Diff line number Diff 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( ) ,
You can’t perform that action at this time.
0 commit comments