One of the small annoyances about Mac OS Terminal.app is that is
claims to be xterm-256color but its default key escape codes are
incomplete and somewhat weird. (For example, alt-left generates ESC-b
which is the Emacs backward-word binding, rather than a VT-style
escape.)
I wanted to fix this properly, so here's what I did.
( Read more... )