X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/18ff65229f85952af3cc3f0646ee55e6a2dcd00a..bdb1ce331dfe266dcff0b74510bce97e08c41075:/readline.eng.inc.pl diff --git a/readline.eng.inc.pl b/readline.eng.inc.pl index 2964563..643c5de 100644 --- a/readline.eng.inc.pl +++ b/readline.eng.inc.pl @@ -1,6 +1,15 @@ use utf8; { +title => 'readline', +version => 1.2, +description => [ + "Reference sheet of default key bindings for GNU readline,", + "used for line-editing in most Unix software, notably Emacs and Bash.", +], +keywords => [qw( readline gnu bash emacs editing curses )], +rows => [4, 3, 2], + key => { '+<' => "history start", '+>' => "history end",