vimperator: declare escape keys explicitly per mode
[sheet.git] / vimperator.eng.inc.pl
index e25b176d8e2c63135e034bd8d333597f8c00d78c..6f8f53ecca7bfad81f4cd3117b0355618fd6dae7 100644 (file)
@@ -64,6 +64,7 @@ key => {
        'Z' => "quit",
        '^z'=> "pass throu<>gh",
 
+       "g\e"=> "normal mode",
        'g0' => "first tab",
        'g$' => "last tab",
 
@@ -84,6 +85,7 @@ key => {
        'gu' => "parent dir<>ectory",
        'gU' => "site root",
 
+       ";\e"=> "normal mode",
        ';;' => "focus",
        ';?' => "element details",
        ';a' => "save prompt",
@@ -104,12 +106,15 @@ key => {
        ';y' => "copy url",
        ';Y' => "copy text",
 
+       "]\e"=> "normal mode",
        ']f' => "next frame<>set",
        ']]' => "open <q>next</q>",
 
+       "[\e"=> "normal mode",
        '[f' => "previous frame<>set",
        '[[' => "open <q>prev</q>",
 
+       "z\e"=> "normal mode",
        'zi' => "en<>large text\nZoom In",
        'zm' => "en<>large more\nZoom More",
        'zo' => "shrink text\nZoom Out",
@@ -121,6 +126,7 @@ 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",
 },
@@ -228,6 +234,7 @@ def => {
        g => {
                lead => 'g',
 
+               "\e"=> 'g8 mode',
                '0' => 'g3',
                '$' => 'g3',
                '^' => '=g0',
@@ -253,6 +260,7 @@ def => {
        ';' => {
                lead => ';',
 
+               "\e"=> 'g8 mode',
                ';' => 'g2',
                '?' => 'g1',
                'a' => 'g7 args',
@@ -277,6 +285,7 @@ def => {
        ']' => {
                lead => ']',
 
+               "\e"=> 'g8 mode',
                'f' => 'g2',
                ']' => 'g5',
        }, # mode ]
@@ -284,6 +293,7 @@ def => {
        '[' => {
                lead => '[',
 
+               "\e"=> 'g8 mode',
                'f' => 'g2',
                '[' => 'g5',
        }, # mode [
@@ -291,6 +301,7 @@ def => {
        z => {
                lead => 'z',
 
+               "\e"=> 'g8 mode',
                'i' => 'g1',
                'm' => 'g1',
                'o' => 'g1',
@@ -306,6 +317,7 @@ def => {
        Z => {
                lead => 'Z',
 
+               "\e"=> 'g8 mode',
                'Q' => 'g7',
                'Z' => 'g7',
        }, # mode Z