X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/601c737a133afc2884c7e88d293268918d26f315..2a99bcdadec88d7483903e2c8420ad3e78fcb805:/less.eng.inc.pl?ds=sidebyside diff --git a/less.eng.inc.pl b/less.eng.inc.pl index e145a06..92610e9 100644 --- a/less.eng.inc.pl +++ b/less.eng.inc.pl @@ -2,6 +2,8 @@ use utf8; { key => { + "\e"=> "alt<>/meta", + 'b' => "page up", 'd' => 'scroll down', 'f' => "page down", @@ -42,18 +44,21 @@ key => { '(' => "closing", + "^[\e"=> "noop", '^[n' => "any next find", '^[N' => "any prev find", '^[u' => "mark search\nUndo", '^[(' => "scroll left", '^[)' => "scroll right", + ":\e"=> "noop", ':d' => "drop file", ':e' => "open file", ':n' => "next file", ':p' => "prev file", ':x' => "first file", + "-\e"=> "noop", '-a' => "advance find page", '-b' => "buffer space", '-B' => "static buffer for pipes", @@ -77,7 +82,7 @@ key => { '-n' => "count line num<>ber<>s", '-N' => "show line n<>um<>ber<>s", '-o' => "stdin to log", - '-O' => "log overwrite", + '-O' => "log over<>wr<>ite", '-p' => "initial search", '-P' => "status line\nPrompt", '-q' => "no info bell\nQuiet", @@ -111,12 +116,12 @@ mode => { }, flag => { - ci => [info => 'Temporary message display (or related option).'], - pm => [move => 'Regular file position panning (or option).'], - po => [jump => 'Other file position manipulation (").'], - co => [search => 'Go to matching content (").'], - mo => [file => 'Alter open file buffer (").'], - mv => [misc => 'Other commands and options.'], + g1 => [info => 'Temporary message display (or related option).'], + g2 => [move => 'Regular file position panning (or option).'], + g3 => [jump => 'Other file position manipulation (").'], + g4 => [search => 'Go to matching content (").'], + g7 => [file => 'Alter open file buffer (").'], + g8 => [misc => 'Other commands and options.'], arg => ["key" => "Commands with a dot need a char argument afterwards."], more => [more => "A small subset is compatible with `more`."],