In mutt, when I use the key combination Ctrl+C, I want it to behave as if I had pressed Ctrl+G. I understand that simple bind, such as the following, will not work:
bind index \Cc <abort>
but there must be some way how to do it (perhaps some macro?).
My question is similar to this question, but the accepted answer is not acceptable for me. I need some way how to solve this problem in mutt (and not in the terminal).