From: Mischa POSLAWSKY Date: Tue, 20 Jun 2017 12:02:03 +0000 (+0200) Subject: vimperator: update data to upstream version 3.16 X-Git-Tag: v1.11~24 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/f6c61807f22fee7d4bdb16c575d1c58d5f26e855 vimperator: update data to upstream version 3.16 --- diff --git a/vimperator.eng.inc.pl b/vimperator.eng.inc.pl index 6f8f53e..06f017c 100644 --- a/vimperator.eng.inc.pl +++ b/vimperator.eng.inc.pl @@ -1,4 +1,5 @@ use utf8; +# vimperator v3.16.0 { key => { '~' => "open home<>dir", @@ -23,11 +24,11 @@ key => { 'b' => "to buffer", 'B' => "list buffers", '^b'=> "page up", + 'c' => "caret mode", '^c'=> "stop loading", '^d'=> "scroll down", 'd' => "close tab", 'D' => "close tab left<>ward<>s", - 'i' => "caret mode", 'f' => "quick<>hint mode", 'F' => "f in tab", '^f'=> "page down", @@ -36,6 +37,8 @@ key => { '^g'=> "file name", 'h' => "", 'H' => "page back", + 'i' => "ignore key", + 'I' => ":ignore<>keys add cmd", 'j' => "", 'k' => "", 'l' => "", @@ -58,14 +61,16 @@ key => { '^u'=> "scroll up", 'u' => "restore closed tab", '^x'=> "decr<>em<>ent url nr", + 'w' => "open in win<>dow", + 'W' => "copy to new win<>dow", 'y' => "copy url", 'Y' => "copy select<>ion", 'z' => "zoom", 'Z' => "quit", - '^z'=> "pass throu<>gh", "g\e"=> "normal mode", 'g0' => "first tab", + 'g@' => "first app tab", 'g$' => "last tab", 'gb' => "repeat buffer cmd", @@ -80,6 +85,7 @@ key => { 'gn' => "tabopen url mark\nGo in New tab", 'go' => "open url mark", 'gP' => "P inactive", + 'gr' => "reader view", 'gt' => "switch tab", 'gT' => "tab back", 'gu' => "parent dir<>ectory", @@ -87,8 +93,10 @@ key => { ";\e"=> "normal mode", ';;' => "focus", + ';#' => "copy anchor", ';?' => "element details", - ';a' => "save prompt", + ';a' => "save as", + ';A' => "save media as", ';b' => "open bg tab", ';c' => "context menu", ';f' => "frame focus", @@ -98,11 +106,14 @@ key => { ';o' => "open", ';O' => "open prompt", ';s' => "save", + ';S' => "save media obj<>ect", ';t' => "open in tab", ';T' => "tab prompt", ';v' => "view source", + ';V' => "edit source", ';w' => "open in wind<>ow", ';W' => "wind<>ow prompt", + ';x' => "title or alt", ';y' => "copy url", ';Y' => "copy text", @@ -184,12 +195,14 @@ def => { 'b' => 'g3 args', 'B' => 'g1', '^b'=> 'g2', + 'c' => 'g8', '^c'=> 'g4', '^d'=> 'g2', 'd' => 'g4', 'D' => 'g4', - 'i' => 'g8', '^i'=> '=L', + 'i' => 'g8 arg', + 'I' => 'g7 args', '^e'=> '=j', 'f' => 'g5 args', 'F' => 'g6 args', @@ -222,13 +235,14 @@ def => { '^v'=> 'g4 arg', '^u'=> 'g2', 'u' => 'g6', + 'w' => 'g6', + 'W' => 'g6', '^x'=> 'g5', 'y' => 'g7', 'Y' => 'g7', '^y'=> '=k', 'z' => 'g1 modez arg', 'Z' => 'g9 modeZ arg', - '^z'=> 'g8', }, # normal mode g => { @@ -236,13 +250,14 @@ def => { "\e"=> 'g8 mode', '0' => 'g3', + '@' => 'g3', '$' => 'g3', '^' => '=g0', 'b' => 'g3', 'B' => 'g3', 'f' => 'g5', - 'F' => 'g7', + 'F' => 'g6 linkvi', '^g'=> 'g1', 'g' => 'g2', 'h' => 'g5', @@ -251,6 +266,7 @@ def => { 'n' => 'g6 arg', 'o' => 'g5 arg', 'P' => 'g6', + 'r' => 'g5', 't' => 'g3', 'T' => 'g3', 'u' => 'g5', @@ -262,10 +278,12 @@ def => { "\e"=> 'g8 mode', ';' => 'g2', + '#' => 'g7', '?' => 'g1', 'a' => 'g7 args', + 'A' => 'g7 args', 'b' => 'g6 v2', - 'c' => 'v2 v2.2', + 'c' => 'g7 v2 v2.2', 'f' => 'g2 v2', # previously ';o' 'F' => 'g6 v2', # previously ';t' 'i' => 'g5 v2 v2.2', @@ -273,11 +291,14 @@ def => { 'o' => 'g5', 'O' => 'g5 args', 's' => 'g7', + 'S' => 'g7', 't' => 'g6', 'T' => 'g6 args', 'v' => 'g5', + 'V' => 'g6 linkvi', 'w' => 'g6', 'W' => 'g6 args', + 'x' => 'g1', 'y' => 'g7', 'Y' => 'g7', }, # mode ;