vi: describe functionality of g^g in visual mode
[sheet.git] / vi.eng.inc.pl
index 7a0e4a39b64ee73c9f200928706fb5a13af1d274..1a80065de4beb67caf3c607cbf9f07fd719d412c 100644 (file)
@@ -357,6 +357,7 @@ key => {
 
        "vg\e"=> "visual mode",
        'vg?' => "rot13 encode",
+       'vg^g'=> "count region info",
        'vgJ' => "join literal<>ly",
        'vgq' => "for<>mat",
        'vgw' => "for<>mat still",
@@ -462,14 +463,14 @@ mode => {
 },
 
 flag => {
-       ci => ["info", "Info command: shows/does something without altering anything."],
-       pm => ["motion", "Moves the cursor, or defines the range for an operator (<motion>)."],
-       po => ["positioning", "Other movement (jumps, window (re)positioning)."],
-       co => ["command", "Direct action command."],
-       mi => ["ins mode", "Enters Insert or Replace mode."],
-       mo => ["mode", "Enters a different mode."],
-       mv => ["vis mode", "Enters Visual or Select mode."],
-       me => ["key cmd", "Additional key commands (click for overview)."],
+       g1 => ["info", "Info command: shows/does something without altering anything."],
+       g2 => ["motion", "Moves the cursor, or defines the range for an operator (<motion>)."],
+       g3 => ["positioning", "Other movement (jumps, window (re)positioning)."],
+       g4 => ["command", "Direct action command."],
+       g6 => ["ins mode", "Enters Insert or Replace mode."],
+       g7 => ["mode", "Enters a different mode."],
+       g8 => ["vis mode", "Enters Visual or Select mode."],
+       g9 => ["key cmd", "Additional key commands (click for overview)."],
 
        arg => ["key<arg>", "Commands with a dot need a char argument afterwards."],
        motion => ["key<motion>", "Requires a motion afterwards, operates between cursor and destination."],