X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4e1baf7dd0bd8b9f632a5ca00377b5136c1890c8..caf5dd7b399d4214dbd0c71b66a70750d06d41b9:/readline.eng.inc.pl?ds=sidebyside 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",