X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4117f35a7b636c06817c7c6a94224e28adde8ee1..v1.7-126-ge1226a3e4c:/less.eng.inc.pl diff --git a/less.eng.inc.pl b/less.eng.inc.pl index e145a06..bdb302c 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",