diff --git a/common/locale/en-US/index.xml b/common/locale/en-US/index.xml
index 902f7436..6a40bbc6 100644
--- a/common/locale/en-US/index.xml
+++ b/common/locale/en-US/index.xml
@@ -255,7 +255,6 @@ This file contains a list of all available commands, mappings and options.
:extensions List all installed extensions
:extoptions Open an extension's preference dialog
:extupdate Update an extension
- :exusage List all Ex commands with a short description
:finish Stop sourcing a script file
:forward Go forward in the browser history
:frameonly Show only the current frame's page
@@ -276,6 +275,9 @@ This file contains a list of all available commands, mappings and options.
:jumps Show jumplist
:keepalt Execute a command without changing the current alternate buffer
:let Set or list a variable
+ :listcommands List all Ex commands along with their short descriptions
+ :listkeys List all mappings along with their short descriptions
+ :listoptions List all options along with their short descriptions
:loadplugins Immediately load all unloaded plugins
:macros List all macros
:map Map a key sequence
@@ -288,12 +290,11 @@ This file contains a list of all available commands, mappings and options.
:nmap Map a key sequence in Normal mode
:nmapclear Remove all mappings in Normal mode
:nnoremap Map a key sequence without remapping keys in Normal mode
- :nohlsearch Remove the search highlighting
+ :nohlfind Remove the search highlighting
:noremap Map a key sequence without remapping keys
:normal Execute Normal mode commands
:nunmap Remove a mapping in Normal mode
:open Open one or more URLs in the current tab
- :optionusage List all options with a short description
:pageinfo Show various page information
:pagestyle Select the author style sheet to apply
:preferences Show &dactyl.host; preferences dialog
@@ -347,7 +348,6 @@ This file contains a list of all available commands, mappings and options.
:verbose Execute a command with verbose set
:version Show version information
:viewsource View source code of current document
- :viusage List all mappings with a short description
:vmap Map a key sequence in Visual mode
:vmapclear Remove all mappings in Visual mode
:vnoremap Map a key sequence without remapping keys in Visual mode
@@ -381,6 +381,7 @@ This file contains a list of all available commands, mappings and options.
exrc Allow reading of an RC file in the current directory
extendedhinttags XPath string of hintable elements activated by ;
fileencoding Changes the character encoding that &dactyl.appName; uses to read and write files
+ findcase Find case matching mode
followhints Change the behaviour of in Hints mode
fullscreen Show the current window fullscreen
guioptions Show or hide certain GUI elements like the menu or toolbar
@@ -390,9 +391,9 @@ This file contains a list of all available commands, mappings and options.
hintmatching How links are matched
hinttags XPath string of hintable elements activated by f and F
hinttimeout Timeout before automatically following a non-unique numerical hint
- history Number of Ex commands and search patterns to store in the command-line history
- hlsearch Highlight previous search pattern matches
- incsearch Show where the search pattern matches as it is typed
+ history Number of Ex commands and find patterns to store in the command-line history
+ hlfind Highlight previous find pattern matches
+ incfind Show where the find pattern matches as it is typed
insertmode Use Insert mode as the default for text areas
jsdebugger Use the JavaScript debugger service for JavaScript completion
laststatus Show the status line
@@ -414,7 +415,6 @@ This file contains a list of all available commands, mappings and options.
sanitizeshutdown The items to sanitize automatically at shutdown
sanitizetimespan The default sanitizer time span
scroll Number of lines to scroll with and commands
- searchcase Search case matching mode
shell Shell to use for executing :! and :run commands
shellcmdflag Flag passed to shell when executing :! and :run commands
showmode Show the current mode in the command line