Hi, to thoughts on the issue:
1) bindings should be configurable
2) I looked at the source code. It's doing things like
case XK_Escape:
len = 1; buf[0] = '\033';
...
onkey(buf[0]);
...
so I don't think you can easily add things like "ctrl+home" there.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

