Skip to content

Instantly share code, notes, and snippets.

@timusg
Last active December 17, 2015 06:09
Show Gist options
  • Save timusg/5563750 to your computer and use it in GitHub Desktop.
Save timusg/5563750 to your computer and use it in GitHub Desktop.
power g key in pentadactyl

##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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment