Scott
Just trying this out... I'm still seeing ^[[D and ^[[C for opt+arrow
in 0.20.20110103.
I'm using the default xterm preset, is there something I need to
configure in Bookmarks->Keyboard to get word-move working?
Thanks,
scott
In .inputrc:
"\e[D": backward-word
"\e[C": forward-word
In iTerm2:
- Left/Right Option Key acts as: +Esc
- Add mapping of opt-left to "send escape sequence" of "Esc+" + "[D"
- Similarly for opt-right, except "[C"
scott