##Power of g in pentadactyl##
Pentadactyl is vim inspired interface to firefox and similar to vimperator.
like vim (:g) , g is a power key in pentadactyl
some examples:
| command | ... |
|---|---|
| gP | Open a URL based on the current clipboard content in new buffer. |
| gh | Open the homepage in the current tab. |
| gH | Open home page in a new tab. |
| [count]gu | Open [count]th parent directory. |
| gU | Open root of the web site. |
| go[key] | Open quick mark recorded in key , quick marks are recorded with M[key] |
| gn[key] | Open quick mark recorded in key in new tab |
| gi | Focus text fields |
| [count]gt | Go to next tab |
| [count]gT | Go to previous tab |
| g0 | Go to first tab |
| g$ | Go to the last tab |