On 2/13/2009 6:30 PM, Andrew Doran wrote:
- Need to look into enabling line editing and tab completion by default in sh/ksh. If someone can figure it out a good way to do this by default, I will be happy to absorb any flamage and commit the changes.
With ksh, even on 4.0, 'set -o emacs' is pretty reasonable. Tab complete, tab-tab to show multiple choices, Ctrl+R and type to search history, etc.