diff --git a/common/locale/en-US/buffer.xml b/common/locale/en-US/buffer.xml
index 41663e38..32d8f18a 100644
--- a/common/locale/en-US/buffer.xml
+++ b/common/locale/en-US/buffer.xml
@@ -12,7 +12,7 @@
- A buffer the container that holds the given web page, including
+ Buffer is a container that holds the given web page, including
all of its history and frames. Each tab contains exactly one
buffer, and for most purposes the two terms are interchangeable.
See
Opens the &dactyl.host; addon manager, where extensions and themes
may be installed, removed, disabled, and configured. See also
-
Open a &dactyl.host; dialog. Available dialogs include,
+Open a &dactyl.host; dialog. Available dialogs include:
mode may be one of:
Of the previous modes, the value of the
- &dactyl.appname; provides a number commands to change the + &dactyl.appname; provides a number of commands to change the behavior of key presses. This can mean anything from - automatically substituting one key for another, to automatically + automatically substituting one key for another or automatically replacing one typed word for another, to launching a dialog or running a command.
@@ -67,7 +67,7 @@- By default user commands accept no arguments. This can be changed by specifying + By default, user commands accept no arguments. This can be changed by specifying the -nargs attribute.
@@ -602,7 +602,7 @@- Completion for arguments to user defined commands is not available by default. + Completion for arguments to user-defined commands is not available by default. Completion can be enabled by specifying one of the following arguments to the -complete option when defining the command.
@@ -646,7 +646,7 @@start is the index into the word being completed at which the returned values - should be applied and completions is a two dimensional array of the form: + should be applied and completions is a two-dimensional array of the form: [[arg1, description1], [arg2, description2], …]
@@ -655,7 +655,7 @@- By default user commands do not accept a count. Use the -count attribute if + By default, user commands do not accept a count. Use the -count attribute if you'd like to have a count passed to your user command. This will then be available for expansion as <count> in the argument.
@@ -663,7 +663,7 @@- By default a user command does not have a special version, i.e. a version + By default, a user command does not have a special version, i.e. a version executed with the ! modifier. Providing the -bang attribute will enable this and <bang> will be available in the argument.
diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml index 9b8d0bd9..85c199c9 100644 --- a/common/locale/en-US/marks.xml +++ b/common/locale/en-US/marks.xml @@ -18,7 +18,7 @@
- If
The special version
The special version
Search forward for the next word under the cursor.
+Search forward for the next occurence of the word under cursor.
Search backward for the previous word under the cursor.
+Search backward for the previous occurence of the word under cursor.
&dactyl.appname; can repeat commands in a number of ways, from repeating - the last command, to recording and playing macros, to saving its state and + the last command, recording and playing macros, to saving its state and executing scripts.
@@ -117,7 +117,7 @@Read Ex commands, JavaScript, or CSS from file. Files are - interpreted based on their extensions. Files when end in + interpreted based on their extensions. Files which end in .js are executed as JavaScript, while those ending in .css are loaded as Cascading Stylesheets, and anything else is interpreted as Ex commands. In normal cases, any errors @@ -140,7 +140,7 @@ page and every chrome document, including all browser windows and dialogs. If the same file is sourced more than once, its previous rules are cleared before it is applied again. Rules can be - restricted to specific documents by enclosing them + restricted to specific documents by enclosing them inside @-moz-document blocks.
@@ -150,7 +150,7 @@JavaScript files are executed with full chrome privileges in their own global namespaces. These namespaces are stored as objects in - the plugins object, in the property named for the full + the plugins object, in the property named after the full path of the sourced file. This means that any variables or functions created by your script are stored as properties of that object. Additionally, all properties of the global window @@ -213,7 +213,7 @@
Source the specified file from the first directory in
- Add CSS styles to the browser or to web pages. filter is a comma separated
+ Add CSS styles to the browser or to web pages. filter is a comma-separated
list of URLs to match. URLs ending with * are matched as prefixes, URLs not
containing any : or / characters are matched as domains.
- Go to the next tab. Cycles to the first tab when the last is selected.
- If
- Go to the next tab. Cycles to the first tab when the last is selected.
- If
- Go to the previous tab. Cycles to the last tab when the first is selected.
- If
- Switch to the next or
If argument is #, the alternate buffer will be selected (see
If no argument is given the current buffer remains current.
+If no argument is given, the current buffer remains current.
:set guioptions +=mT
If you have trouble remembering commands or keyboard shortcuts, you can
- bring up this help page at any time by typing
:set go+=mTB
+:set go+=mTB
- 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
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; documentation sooner or later.
+ 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
+:help :help
Similarly, help on configurable options is available with @@ -90,8 +90,8 @@
-:help gt
-:help gT
+:help gt
+:help gT
@@ -192,11 +192,11 @@
-:open my.webmail.com
-o my.webmail.com
+:open my.webmail.com
+o my.webmail.com
-:tabopen google.com
-t google.com
+:tabopen google.com
+t google.com
To save your current settings and allow them to be loaded automatically
- next time you start &dactyl.appname;, issue the
@@ -339,7 +339,7 @@
Feel free to explore at this point. If you use the