mcfly.bash unbinds \C-g
Author: KonfektCreated Oct 19, 2025Updated Jan 18, 2026
With Bash 5.1.16 on Ubuntu 22.04
bind -m emacs -x '"\C-g": "echo 1"'
bind -m emacs -x '"\C-x1": mcfly_search'
bind -m emacs -x '"\C-x2": mcfly_accept'
bind -m emacs '"\C-r":"\C-x1\C-x2"'
bind -m emacs -Xunexpectedly shows no \C-g binding.
It works fine if \C-g is bound after sourcing mcfly.bash
Source: cantino/mcfly