mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 12:25:48 +01:00
Improve behavior of gf. Remove "|" alias.
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
<spec>gf</spec>
|
||||
<description>
|
||||
<p>
|
||||
View source. Opens the source code of the current web site with the internal
|
||||
editor in the current tab.
|
||||
View source. Toggles between the source and rendered
|
||||
content of the page.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -84,18 +84,6 @@
|
||||
</item>
|
||||
|
||||
|
||||
<item>
|
||||
<tags>|</tags>
|
||||
<spec>|</spec>
|
||||
<description>
|
||||
<p>
|
||||
Toggle between rendered and source view. Alternates the page in the current tab
|
||||
between a normally rendered view and the internal editor source view.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
<h2 tag="motion scrolling">Motion commands</h2>
|
||||
|
||||
<item>
|
||||
|
||||
@@ -120,11 +120,6 @@ This file contains a list of all available commands, mappings and options.
|
||||
</dl>
|
||||
|
||||
|
||||
<dl>
|
||||
<dt><k>\</k></dt> <dd>Toggle between rendered and source view</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl>
|
||||
<dt><k>/</k></dt> <dd>Search forward for a pattern</dd>
|
||||
<dt><k>?</k></dt> <dd>Search backwards for a pattern</dd>
|
||||
@@ -174,7 +169,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><k>gT</k></dt> <dd>Go to previous tab</dd>
|
||||
<dt><k>gU</k></dt> <dd>Go to the root of the website</dd>
|
||||
<dt><k>gb</k></dt> <dd>Repeat last <ex>:buffer<oa>!</oa></ex> command</dd>
|
||||
<dt><k>gf</k></dt> <dd>View source</dd>
|
||||
<dt><k>gf</k></dt> <dd>Toggle between rendered and source view</dd>
|
||||
<dt><k>gg</k></dt> <dd>Go to the top of the document</dd>
|
||||
<dt><k>gh</k></dt> <dd>Open homepage</dd>
|
||||
<dt><k>gi</k></dt> <dd>Focus last used input field</dd>
|
||||
|
||||
Reference in New Issue
Block a user