Lynxified Input Line Editor (Release 2.0) - Quick RefCard
~~~~~~~~~ ~~~~~ ~~~~ ~~~~~~

IMMEDIATE KEY FUNCTIONS
^b	"backward" one char
^f	"forward" one char
^a	"anfang", start of line
^e	"end" of line
^d	delete character under cursor
^l	"loesch", clear the screen and reprompt the input line
^k	"kill", erase till end of line
^u	erase complete input line
^p	"previous" line, backward in history
^n	"next" line, forward in history
^o	"old", find entry in history that matches input line
^r	"redraw" the complete input line if async output garbled it
^t	"transpose" chars (swap 'em)
^v	quote the next character

KEY FUNCTIONS AFTER PRESSING ESC
b	backward a word
f	forward a word
u	upper word
l	lower word
c	capitalize word
k	"kill", erase complete line
BS,DEL	delete a word

ARROW KEY FUNCTIONS
left	backward one char
right	forward one char
up	back in history
down	forward in history

"lile" is suited for all kinds of command line editing operations within
programs that don't offer input line editing like telnet in line mode, ftp
sh, csh, mail... It wraps itself around the program.
