If you've started using &dactyl.appName; from scratch (i.e., without any
customization), you should be looking at this help page in a relatively
bare-looking window. The menubar, navigation bar, and bookmark bars are hidden.
In case you missed the notice in the
where
However, in this author's opinion, the best way to get familiar with
&dactyl.appName; is to leave these disabled for now. (The above action can
be reversed with
&dactyl.appName;'s power, like Vim's, comes from its modal interface. Keys have
different meanings depending on which mode the browser is in. &dactyl.appName; has
several modes, but the 2 most important are Normal mode and
Command Line mode (see
When &dactyl.appName; starts, it is in Normal mode by default. This is probably where you will spend the majority of your time.
The other core mode of &dactyl.appName;, Command Line mode, can be entered from
Normal mode by typing a
To return to Normal mode from Command Line mode, type
Vim is a great editor but it's not much of a web browser. So even seasoned Vim
users will probably have to look at &dactyl.appName;'s documentation sooner or later.
Most of the documentation for &dactyl.appName;'s features are easily found using the
:help :help
Similarly, help on configurable options is available with
And you can find out about the
:help gt
:help gT
Finally, in addition to the help system itself,
The efficiency of &dactyl.appName;, as with the legendary editor it was inspired by, relies on the user being able to keep his fingers on the keyboard where they can do the most good. While there are some areas where the mouse is clearly superior at, such as GUI design or some games, &dactyl.appName; acts on the assumption that a web browser doesn't have to be one of those.
Here are some areas where the mouse is typically considered indisposable, and how &dactyl.appName; challenges this preconception.
Scrolling the browser window is done with simple keystrokes:
Your standard buttons (
History navigation (e.g., Back, Forward) is done similarly to scrolling.
Move between tabs using these keystrokes which may also be familiar to tabbing Vimmers:
To open a web page in a new tab, use
:open my.webmail.com
o my.webmail.com
:tabopen google.com
t google.com
So now you can navigate around in &dactyl.appName;. But wait… how do you open a page or tab linked in a web page? How do you click on all those links without your tailed friend?
The answer is
For text links, there's an additional shortcut; you can type some text contained in the link and &dactyl.appName; will search all the links it can find and only hint the matching links, further narrowing down the list. If the text you type uniquely identifies any given link, &dactyl.appName; will follow that link immediately without any further user input.
Whichever way you choose to indicate your target link, once &dactyl.appName; has
highlighted the link you want, simply hit
To activate Hints mode, press either
Extended hint modes, started by
To test it, try this link: &dactyl.appName; Homepage.
Activate Hints mode with
Once you get &dactyl.appName; set up with your desired options, maps, and commands,
you'll probably want them to be available the next time you open &dactyl.appName;.
Continuing the Vim theme, this is done with a
To save your current settings and allow them to be loaded automatically
next time you start &dactyl.appName;, issue the
This will create the file $HOME/.pentadactylrc containing your settings. It is a simple text file, just like a vimrc file and can be easily edited to suit your preferences.
&dactyl.appName; supports all of Vim's classic methods of exiting.
You might feel pretty disoriented now. Don't worry. This is still
&dactyl.host; underneath. Here are some ways &dactyl.appName; allows
&dactyl.host; to shine through (see the
Feel free to explore at this point. If you get hopelessly lost, just type
If you've given it a fair shot and determined that &dactyl.appName; is not for you after all, you might want to disable it.
The &dactyl.appName; way to do this is with the command
Alternatively, you can do this the old-fashioned way: re-enable the menubar,
as above, with
&dactyl.appName; has an energetic and growing user base. If you've run into
a problem that you can't seem to solve with &dactyl.appName;, or if you
think you might have found a bug, please let us know! There is support
available on the mailing list
(mirrored on Gmane)
or in the #pentadactyl IRC
channel on OFTC. See also
If you have any feature requests or (even better) offers to help, we'd love to
hear from you as well. Developers work on &dactyl.appName; whenever possible, but we
are neither infinite nor omnipotent; please bear with us. If you can't wait for
us to get around to it, rest assured patches are welcome! See the