1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-30 01:03:33 +02:00

Steal some of stepnem's typo fixing thunder.

This commit is contained in:
Doug Kearns
2010-10-13 11:28:06 +11:00
parent cc9db4f1f8
commit b5d37b8ae4
5 changed files with 6 additions and 6 deletions

View File

@@ -360,7 +360,7 @@ This file contains a list of all available commands, mappings and options.
<dt><o>activate</o></dt> <dd>Define when tabs are automatically activated</dd>
<dt><o>altwildmode</o></dt> <dd>Define how command line completion works when the Alt key is pressed</dd>
<dt><o>autocomplete</o></dt> <dd>Automatically update the completion list on any key press</dd>
<dt><o>banghist</o></dt> <dd>Replace occurences of ! with the previous command when executing external commands</dd>
<dt><o>banghist</o></dt> <dd>Replace occurrences of ! with the previous command when executing external commands</dd>
<dt><o>cdpath</o></dt> <dd>List of directories searched when executing <ex>:cd</ex></dd>
<dt><o>complete</o></dt> <dd>Items which are completed at the <ex>:open</ex> prompts</dd>
<dt><o>defsearch</o></dt> <dd>Set the default search engine</dd>