Shell history: disable relevance/score sorting by default (as if hit C-R a second time) #2899
-
When I use I want that first How can I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I was wondering why my fzf behaved differently on my old laptop, and came to ask something similar to this, I didn't know you can change that by hit ctrl+r again! Saw the inline info I had it changed from |
Beta Was this translation helpful? Give feedback.
-
You might want to read through https://github.com/junegunn/fzf#key-bindings-for-command-line export FZF_CTRL_R_OPTS='--no-sort' |
Beta Was this translation helpful? Give feedback.
You might want to read through https://github.com/junegunn/fzf#key-bindings-for-command-line