On a Fish 2.0.0 shell I want to bind Ctrl+Alt+ArrowUp with some command. But I can't seem to figure out how to do it:
bind \c\earrow-up 'touch /tmp/it_worked'
I believe I have two problems, one the combination between Ctrl and Alt and the other that I don't know how to define the arrow up sequence.
Actually I tried something less convoluted with the [
key:
bind \c\[ 'touch /tmp/it_worked'
But that doesn't seem to work either.
I'm on Mac OSX 10.7.
update: There is a bug for that: https://github.com/fish-shell/fish-shell/issues/1024