X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0af5b7d566bf1744a6f31207f04cd5d47773e4ca..1d6eab5fa03b9b245c50637bae352344f9f53ef5:/vimperator.eng.inc.pl diff --git a/vimperator.eng.inc.pl b/vimperator.eng.inc.pl index e1630b5..4fc3771 100644 --- a/vimperator.eng.inc.pl +++ b/vimperator.eng.inc.pl @@ -1,6 +1,6 @@ use utf8; +# vimperator v3.16.0 { - key => { '~' => "open home<>dir", '@' => "play macro", @@ -17,6 +17,8 @@ key => { ';' => "extend<>ed hint<>s mode", "'" => "jump to mark", '|' => "toggle source", + '+' => "en<>large text", + '-' => "shrink text", 'a' => "add bookm<>ark", 'A' => "toggle bookm<>ark<>ed", @@ -24,11 +26,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", @@ -37,6 +39,8 @@ key => { '^g'=> "file name", 'h' => "", 'H' => "page back", + 'i' => "ignore key", + 'I' => ":ignore<>keys add cmd", 'j' => "", 'k' => "", 'l' => "", @@ -59,13 +63,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,14 +87,18 @@ 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", 'gU' => "site root", + ";\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", @@ -97,23 +108,29 @@ 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", + "]\e"=> "normal mode", ']f' => "next frame<>set", ']]' => "open next", + "[\e"=> "normal mode", '[f' => "previous frame<>set", '[[' => "open prev", - 'zi' => "en<>large text\nZoom In", + "z\e"=> "normal mode", + 'zi' => "+\nZoom In", 'zm' => "en<>large more\nZoom More", - 'zo' => "shrink text\nZoom Out", + 'zo' => "-\nZoom Out", 'zr' => "tinier text\nZoom Reduce", 'zz' => "reset text size\nZoom Zero", 'zI' => "zoom in", @@ -122,8 +139,33 @@ key => { 'zR' => "zoom out more\nZoom Reduce", 'zZ' => "zoom reset\nZoom Zero", + "Z\e"=> "normal mode", 'ZQ' => "quit no save", 'ZZ' => "quit save ses<>s<>ion", + + "c\e"=> "normal mode", + 'c^' => "start of line", + 'c$' => "end of line", + 'c#' => "rev. find word", + 'c*' => "find word", + 'c?' => "find rev.", + 'c/' => "find", + 'c:' => "comm<>and line mode", + + 'cb' => "prev word\nBack", + 'c^b'=> "page up", + 'c^f'=> "page down", + 'cg' => "g for first line", + 'cG' => "last line", + 'ch' => "", + 'c^i'=> 'extern<>al edit<>or', + 'cj' => "", + 'ck' => "", + 'cl' => "", + 'cn' => "find next", + 'cN' => "find prev<>ious", + 'cv' => "select\nVisual mode", + 'cw' => "next word", }, mode => { @@ -151,4 +193,210 @@ flag => { args => ["key" => "Commands with two dots require variable arguments afterwards."], }, +def => { + '' => { + '~' => 'g5', + '@' => 'g7 arg', + '^' => 'g2', + '0' => '=^', + '$' => 'g2', + '#' => 'g2', + '*' => 'g2', + '+' => 'g1', + '-' => 'g1', + '^^'=> 'g3', + '?' => 'g2 args', + '/' => 'g2 args', + '[' => 'g9 arg mode[', + ']' => 'g9 arg mode]', + ':' => 'g7 args', + ';' => 'g9 arg args mode;', + "'" => 'g2', + '`' => "='", + '|' => 'g5 v2 v2.2', + + 'a' => 'g7 args', + 'A' => 'g7', + '^a'=> 'g5', + 'b' => 'g3 args', + 'B' => 'g1', + '^b'=> 'g2', + 'c' => 'g8 modec', + '^c'=> 'g4', + '^d'=> 'g2', + 'd' => 'g4', + 'D' => 'g4', + '^i'=> '=L', + 'i' => 'g8 arg', + 'I' => 'g7 args', + '^e'=> '=j', + 'f' => 'g5 args', + 'F' => 'g6 args', + '^f'=> 'g2', # spacebar + 'g' => 'g9 modeg arg', + 'G' => 'g2', + '^g'=> 'g1', + 'h' => 'g2', + 'H' => 'g5', + 'j' => 'g2', + 'k' => 'g2', + 'l' => 'g2', + 'L' => 'g5', + 'M' => 'g7 arg', + 'm' => 'g7 arg', + 'n' => 'g2', + 'N' => 'g2', + '^n'=> 'g3', + 'o' => 'g5', + 'O' => 'g5', + '^o'=> '=H', + 'p' => 'g5', + 'P' => 'g6', + '^p'=> '=gT', + 'q' => 'g8 arg', + 'r' => 'g4', + 'R' => 'g5', + 't' => 'g6', + 'T' => 'g6', + '^v'=> 'g4 arg', + '^u'=> 'g2', + 'u' => 'g6', + 'w' => 'g6', + 'W' => 'g6', + '^w'=> '=d', + '^x'=> 'g5', + 'y' => 'g7', + 'Y' => 'g7', + '^y'=> '=k', + 'z' => 'g1 modez arg', + 'Z' => 'g9 modeZ arg', + }, # normal mode + + g => { + lead => 'g', + + "\e"=> 'g8 mode', + '0' => 'g3', + '@' => 'g3', + '$' => 'g3', + '^' => '=g0', + + 'b' => 'g3', + 'B' => 'g3', + 'f' => 'g5', + 'F' => 'g6 linkvi', + '^g'=> 'g1', + 'g' => 'g2', + 'h' => 'g5', + 'H' => 'g6', + 'i' => 'g2', + 'n' => 'g6 arg', + 'o' => 'g5 arg', + 'P' => 'g6', + 'r' => 'g5', + 't' => 'g3', + 'T' => 'g3', + 'u' => 'g5', + 'U' => 'g5', + }, # mode g + + ';' => { + lead => ';', + + "\e"=> 'g8 mode', + ';' => 'g2', + '#' => 'g7', + '?' => 'g1', + 'a' => 'g7 args', + 'A' => 'g7 args', + 'b' => 'g6 v2', + 'c' => 'g7 v2 v2.2', + 'f' => 'g2 v2', # previously ';o' + 'F' => 'g6 v2', # previously ';t' + 'i' => 'g5 v2 v2.2', + 'I' => 'g6 v2 v2.2', + '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 ; + + ']' => { + lead => ']', + + "\e"=> 'g8 mode', + 'f' => 'g2', + ']' => 'g5', + }, # mode ] + + '[' => { + lead => '[', + + "\e"=> 'g8 mode', + 'f' => 'g2', + '[' => 'g5', + }, # mode [ + + z => { + lead => 'z', + + "\e"=> 'g8 mode', + 'i' => '=+', + 'm' => 'g1', + 'o' => '=-', + 'r' => 'g1', + 'z' => 'g1', + 'I' => 'g1', + 'M' => 'g1', + 'O' => 'g1', + 'R' => 'g1', + 'Z' => 'g1', + }, # mode z + + Z => { + lead => 'Z', + + "\e"=> 'g8 mode', + 'Q' => 'g7', + 'Z' => 'g7', + }, # mode Z + + c => { + "\e"=> 'g8 mode', + '^' => 'g2', + '0' => '=^', + '$' => 'g2', + '#' => 'g2', + '*' => 'g2', + '?' => 'g2 args', + '/' => 'g2 args', + ':' => 'g7 args', + + 'b' => 'g2', + 'B' => '=b', + '^b'=> 'g2', + 'e' => '=w', + '^f'=> 'g2', + 'g' => 'g9 arg', + 'G' => 'g2', + 'h' => 'g2', + '^i'=> 'g7', + 'j' => 'g2', + 'k' => 'g2', + 'l' => 'g2', + 'n' => 'g2', + 'v' => 'g8', + 'w' => 'g2', + 'W' => '=w', + }, # caret mode +}, }