I am not being able to bind Ctrl+Alt+u in my bash.
I have followed this link but did not work for me.
I can bind it to Ctrl+u with:
bind '"\C-u"':"\"cd ..\C-m\""
and to Alt+u with:
bind '"\eu"':"\"cd ..\C-m\""
But it's impossible for me to bind both together.
I tried everything, \C-\ew not working, \C-\M-u not working... etc