latin: moon row in svg
[sheet.git] / readline.eng.inc.pl
index ab43daebc6b7025552f91de55d78e6ce40ad305b..ecf467c2aa63ad5b8d0244afe6ffeb63756cdb93 100644 (file)
@@ -73,6 +73,10 @@ key => {
        '^x^r' => "reload inputrc",
        '^x^x' => "swap cursor\neXchange",
        '^x^v' => "shell version",
+
+       # globally label escape as meta key
+         "\e" => "+",
+       "^x\e" => "+",
 },
 
 mode => {
@@ -81,13 +85,13 @@ mode => {
 },
 
 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)."],
+       g1 => [info    => "Info command: shows/does something without altering anything."],
+       g2 => [motion  => "Move the cursor."],
+       g4 => [history => "Replace contents involving kill ring, undo, or command history."],
+       g6 => [change  => "Alter current text (filtering or completion)."],
+       g7 => [delete  => "Remove text."],
+       g8 => [misc    => "Miscellaneous commands."],
+       g9 => [mode    => "Additional key functionality (click to view)."],
 
        arg => ["key<arg>" => "Commands with a dot need a char argument afterwards."],
        new => ["&gt;v2.0" => "Unavailable before readline version 2.1 (1997)."],