利用者:Paroneayea
Console todos!
Here are things from readline that I miss.
- Tab tab-completes, instead of control-tab. (use space instead of tabs for in-console-indentation)
- Control-R lets me search backward through my history. Repeated Control-R keeps searching backwards even after finding a match.
- Control-S searches forward.
- Ctrl-a goes beginning of line
- Ctrl-e goes end of line
- Ctrl-k kills everything on the line after the cursor (but copies to clipboard)
- Ability to have command history saved, if you want to turn that on.