How to make Ctrl+R go back through history (like in bash by default), rather than "toggle relevance"? #3816
Replies: 2 comments
-
Try to assign export FZF_CTRL_R_OPTS="
--bind 'ctrl-r:up'
--bind 'ctrl-s:down'" Footnotes |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perfect! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am used to typing Ctrl+R, typing in some search keywords, and then using Ctrl+R/Ctrl+S to scroll through history, like default bash does.
Can this be done with fzf?
Beta Was this translation helpful? Give feedback.
All reactions