1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 11:15:46 +01:00

Improve behavior of gf. Remove "|" alias.

This commit is contained in:
Kris Maglione
2010-08-28 18:02:03 -04:00
parent 924863cd61
commit e3a2df403d
4 changed files with 12 additions and 26 deletions

View File

@@ -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>