X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/601c737a133afc2884c7e88d293268918d26f315..0af5b7d566bf1744a6f31207f04cd5d47773e4ca:/less.eng.inc.pl diff --git a/less.eng.inc.pl b/less.eng.inc.pl index e145a06..52c9606 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", @@ -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`."],