keys: load flags dependency within descriptions include
[sheet.git] / vimperator.eng.inc.pl
index 9ca14ccaef1f59193d68a2c41b268e66a430df7d..2457fdb67ed9ccf06e7e4fee20a9ca71781e2e73 100644 (file)
@@ -1,6 +1,5 @@
 use utf8;
 {
-
 key => {
        '~' => "open home<>dir",
        '@' => "play macro",
@@ -137,18 +136,19 @@ mode => {
 },
 
 flag => {
-       ci => ['info'     => "Displays something without any permanent consequences."],
-       pm => ['motion'   => "Move cursor, scroll window, focus buffer element."],
-       po => ['tab'      => "Tab or window navigation/selection."],
-       co => ['buffer'   => "Page interaction."],
-       cp => ['open'     => "Browse to a location in the current tab."],
-       mi => ['tab open' => "Browse somewhere in a new tab."],
-       mo => ['browser'  => "Other browser action."],
-       mv => ['mode'     => "Enter a different mode."],
-       me => ['key cmd'  => "Additional key commands (click for overview)."],
+       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<arg>"  => "Commands with a dot need a char argument afterwards."],
        args => ["key<args>" => "Commands with two dots require variable arguments afterwards."],
 },
 
+def => do 'vimperator.inc.pl',
 }