X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..7ab47273e6cf2954ff32921e591739e72b788318:/readline.eng.inc.pl diff --git a/readline.eng.inc.pl b/readline.eng.inc.pl index da03370..c7bcd25 100644 --- a/readline.eng.inc.pl +++ b/readline.eng.inc.pl @@ -80,4 +80,18 @@ mode => { '^x' => 'emacs ctrl-x bindings', }, +flag => { + ci => [info => "Info command: shows/does something without altering anything."], + pm => [motion => "Move the cursor."], + co => [history => "Replace contents involving kill ring, undo, or command history."], + mi => [change => "Alter current text (filtering or completion)."], + mo => [delete => "Remove text."], + mv => [misc => "Miscellaneous commands."], + me => [mode => "Additional key functionality (click to view)."], + + arg => ["key$sign{arg}" => "Commands with a dot need a char argument afterwards."], + new => [">v2.0" => "Unavailable before readline version 2.1 (1997)."], + ext => ["bash" => "Default assignment in Bash shells, but not common readline."], +}, + }