Mac-like command line editing
By deadba... on October 22, 2012 00:22 (imported from Google Code)
My ultimate dream feature for a terminal application would be the ability to edit the command line like any text in OS X can be edited. For example moving the cursor between terms by hitting option left-right or option-delete to delete terms.
This could be accomplished by hooking into the zsh shell (which is the best shell bar none).
I'm really busy right now, but I may be able to help a bit with the implementation if there is any interest from the other devs.