X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/0af5b7d566bf1744a6f31207f04cd5d47773e4ca..HEAD:/vimperator.eng.inc.pl diff --git a/vimperator.eng.inc.pl b/vimperator.eng.inc.pl deleted file mode 100644 index e1630b5..0000000 --- a/vimperator.eng.inc.pl +++ /dev/null @@ -1,154 +0,0 @@ -use utf8; -{ - -key => { - '~' => "open home<>dir", - '@' => "play macro", - '^' => "left of page", - '$' => "right of page", - '#' => "rev. find word", - '*' => "find word", - '^^'=> "last tab", - '?' => "find rev.", - '/' => "find", - '[' => "focus forw<>ard", - ']' => "focus back", - ':' => "comm<>and line mode", - ';' => "extend<>ed hint<>s mode", - "'" => "jump to mark", - '|' => "toggle source", - - 'a' => "add bookm<>ark", - 'A' => "toggle bookm<>ark<>ed", - '^a'=> "incr<>em<>ent url nr", - 'b' => "to buffer", - 'B' => "list buffers", - '^b'=> "page up", - '^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", - 'g' => "extra cmds", - 'G' => "last/% line", - '^g'=> "file name", - 'h' => "", - 'H' => "page back", - 'j' => "", - 'k' => "", - 'l' => "", - 'L' => "page forw<>ard", - 'M' => "mark url", - 'm' => "mark line", - 'n' => "find next", - 'N' => "find prev<>ious", - '^n'=> "next tab", - 'o' => "open", - 'O' => "alter url", - 'p' => "open pasted url", - 'P' => "p in tab", - 'q' => "record macro", - 'r' => "reload page", - 'R' => "reload uncach<>e<>d", - 't' => "tab open new", - 'T' => "tab open curr<>ent", - '^v'=> "pass single", - '^u'=> "scroll up", - 'u' => "restore closed tab", - '^x'=> "decr<>em<>ent url nr", - 'y' => "copy url", - 'Y' => "copy select<>ion", - 'z' => "zoom", - 'Z' => "quit", - '^z'=> "pass throu<>gh", - - 'g0' => "first tab", - 'g$' => "last tab", - - 'gb' => "repeat buffer cmd", - 'gB' => "reverse gb", - 'gf' => "view source", - 'gF' => "source extern<>al", - 'g^g'=> "file details", - 'gg' => "first line", - 'gh' => "open home<>page", - 'gH' => "tab with home<>page", - 'gi' => "last input field", - 'gn' => "tabopen url mark\nGo in New tab", - 'go' => "open url mark", - 'gP' => "P inactive", - 'gt' => "switch tab", - 'gT' => "tab back", - 'gu' => "parent dir<>ectory", - 'gU' => "site root", - - ';;' => "focus", - ';?' => "element details", - ';a' => "save prompt", - ';b' => "open bg tab", - ';c' => "context menu", - ';f' => "frame focus", - ';F' => "multiple bg tabs", - ';i' => "image", - ';I' => "image in tab", - ';o' => "open", - ';O' => "open prompt", - ';s' => "save", - ';t' => "open in tab", - ';T' => "tab prompt", - ';v' => "view source", - ';w' => "open in wind<>ow", - ';W' => "wind<>ow prompt", - ';y' => "copy url", - ';Y' => "copy text", - - ']f' => "next frame<>set", - ']]' => "open next", - - '[f' => "previous frame<>set", - '[[' => "open prev", - - 'zi' => "en<>large text\nZoom In", - 'zm' => "en<>large more\nZoom More", - 'zo' => "shrink text\nZoom Out", - 'zr' => "tinier text\nZoom Reduce", - 'zz' => "reset text size\nZoom Zero", - 'zI' => "zoom in", - 'zM' => "zoom more", - 'zO' => "zoom out", - 'zR' => "zoom out more\nZoom Reduce", - 'zZ' => "zoom reset\nZoom Zero", - - 'ZQ' => "quit no save", - 'ZZ' => "quit save ses<>s<>ion", -}, - -mode => { - '' => 'normal mode', - 'g' => 'extended commands (g)', - ';' => 'extended hints (;)', - ']' => '(])', - '[' => '([)', - 'z' => 'zoom commands (z)', - 'Z' => 'quit commands (Z)', -}, - -flag => { - g1 => ['info' => "Displays something without any permanent consequences."], - g2 => ['motion' => "Move cursor, scroll window, focus buffer element."], - g3 => ['tab' => "Tab or window navigation/selection."], - g4 => ['buffer' => "Page interaction."], - g5 => ['open' => "Browse to a location in the current tab."], - g6 => ['tab open' => "Browse somewhere in a new tab."], - g7 => ['browser' => "Other browser action."], - g8 => ['mode' => "Enter a different mode."], - g9 => ['key cmd' => "Additional key commands (click for overview)."], - - arg => ["key" => "Commands with a dot need a char argument afterwards."], - args => ["key" => "Commands with two dots require variable arguments afterwards."], -}, - -}