]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/locale/en-US/buffer.xml
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / common / locale / en-US / buffer.xml
index 7f514a91f46d58d8dc2fa02f932347bce07e8f1c..42462c72db782fbbbabc12016bc0688457708555 100644 (file)
     <description>
         <p>
             Go to the end of the document. With <oa>count</oa>,
-            behaves exactly the same as <oa>gg</oa>.
+            go to the <oa>count</oa>th line as determined by <o>linenumbers</o>,
+            or by the line height of the document body otherwise.
         </p>
     </description>
 </item>
 
 <item>
-    <tags>&lt;scroll-percent> N%</tags>
+    <tags>&lt;scroll-percent> N% %</tags>
     <spec><a>count</a>%</spec>
     <description short="true">
         <p>Scroll to <a>count</a> percent of the document.</p>
     <description>
         <p>
             Scroll window downwards by the amount specified in the
-            <o>scroll</o> option. With <oa>count</oa>, scroll as if
-            <o>scroll</o> were set to <oa>count</oa>.
+            <o>scroll</o> option. With <oa>count</oa>, set the <o>scroll</o>
+            option to <oa>count</oa> before executing the command.
         </p>
     </description>
 </item>
     <spec><oa>count</oa>&lt;C-u></spec>
     <description>
         <p>
-            Scroll window upwards by the amount specified in the
-            <o>scroll</o> option. With <oa>count</oa>, scroll as if
-            <o>scroll</o> were set to <oa>count</oa>.
+            Scroll window upwards by the amount specified in the <o>scroll</o>
+            option. With <oa>count</oa>, set the <o>scroll</o> option to
+            <oa>count</oa> before executing the command.
         </p>
     </description>
 </item>
     </description>
 </item>
 
+<item>
+    <tags>g]</tags>
+    <spec><oa>count</oa>g]<a>arg</a></spec>
+    <description short="true">
+        <p>Jump to the next off-screen element as defined by <o>jumptags</o>.</p>
+    </description>
+</item>
+
+
 <item>
     <tags>{</tags>
     <spec><oa>count</oa>{</spec>
 </item>
 
 <item>
-    <tags>&lt;yank-word> Y</tags>
+    <tags>&lt;yank-selection> Y</tags>
     <spec>Y</spec>
     <description short="true">
         <p>Copy currently selected text to the system clipboard.</p>