How to turn off alternative Enter with Ctrl+M in Linux
Why is Ctrl+M bound to Enter in Ubuntu Jaunty? How to turn it off? I'm using Emacs and would like to bind Ctrl+M to some other command. Eric Warmenhoven I think your question is backwards. It is not C-m that is bound to Enter , it is Enter that is bound to C-m . And C-m is the same as RET . If you run C-h k C-m , you will see something like " RET runs the command ... ". C-m sends RET because it is a control code, see http://en.wikipedia.org/wiki/Control_character . The Enter key is bound to C-m ; if you run C-h k Enter , you will see something like " RET (translated from <return>) runs the