X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/601c737a133afc2884c7e88d293268918d26f315..03abf85a7ec9775993766a3fd10cd2876aef0b42:/readline.eng.inc.pl diff --git a/readline.eng.inc.pl b/readline.eng.inc.pl index ab43dae..ecf467c 100644 --- a/readline.eng.inc.pl +++ b/readline.eng.inc.pl @@ -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" => "Commands with a dot need a char argument afterwards."], new => [">v2.0" => "Unavailable before readline version 2.1 (1997)."],