Ctrl-R shortcut: please make it configurable
Author: vitaly-zdanevichCreated Feb 20, 2026Updated Feb 23, 2026
Or if it is already configurable - add to the README how to change it.
Use case: on Ctrl-R already I have another fzf history search.
This works for me:
eval "$(mcfly init bash)"
# keep McFly on F4
bind -m emacs '"\eOS":"\C-x1\C-x2"'
bind -m vi-insert '"\eOS":"\C-x1\C-x2"'
# keep Ctrl-R on fzf
bind -m emacs-standard -x '"\C-r": __fzf_history__'
bind -m vi-command -x '"\C-r": __fzf_history__'
bind -m vi-insert -x '"\C-r": __fzf_history__'Source: cantino/mcfly