X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4e1baf7dd0bd8b9f632a5ca00377b5136c1890c8..26a71f36c68773b18095911e99be7294cbd66f39:/readline.eng.inc.pl diff --git a/readline.eng.inc.pl b/readline.eng.inc.pl index 2964563..5e5b0cd 100644 --- a/readline.eng.inc.pl +++ b/readline.eng.inc.pl @@ -1,6 +1,16 @@ 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], +moderows => '^x=213', + key => { '+<' => "history start", '+>' => "history end",