diff options
Diffstat (limited to 'vimperator/locale/en-US')
-rw-r--r-- | vimperator/locale/en-US/browsing.txt | 9 | ||||
-rw-r--r-- | vimperator/locale/en-US/index.txt | 1 | ||||
-rw-r--r-- | vimperator/locale/en-US/message.txt | 7 | ||||
-rw-r--r-- | vimperator/locale/en-US/starting.txt | 10 |
4 files changed, 22 insertions, 5 deletions
diff --git a/vimperator/locale/en-US/browsing.txt b/vimperator/locale/en-US/browsing.txt index 95a4cbe4..7c45404e 100644 --- a/vimperator/locale/en-US/browsing.txt +++ b/vimperator/locale/en-US/browsing.txt @@ -102,11 +102,20 @@ ________________________________________________________________________________ |:winopen| |:wopen| |:winedit| ||:wino[pen][!] [a][arg1][a], [a][arg2][a], ...|| + +||w|| ________________________________________________________________________________ Just like [c]:tabopen[c] but opens the resulting web page(s) in a new window. ________________________________________________________________________________ +|W| + +||W|| +________________________________________________________________________________ +Open one or more URLs in a new window based on current location. Works like +[m]w[m] but preselects current URL in the [c]:winopen[c] query. +________________________________________________________________________________ + + |<MiddleMouse>| |p| + ||p|| ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index 085792e3..1d2759a0 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -203,6 +203,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index] ||[c]:mark[c]|| Mark current location within the web page + ||[c]:marks[c]|| Show all location marks of current web page + ||[c]:messages[c]|| Display previously given messages + +||[c]:messclear[c]|| Clear the message history + ||[c]:mkvimperatorrc[c]|| Write current key mappings and changed options to the config file + ||[c]:nohlsearch[c]|| Remove the search highlighting + ||[c]:noremap[c]|| Map a key sequence without remapping keys + diff --git a/vimperator/locale/en-US/message.txt b/vimperator/locale/en-US/message.txt index 99c1d723..f7c18f9b 100644 --- a/vimperator/locale/en-US/message.txt +++ b/vimperator/locale/en-US/message.txt @@ -12,6 +12,13 @@ Display previously given messages. ________________________________________________________________________________ +|:messc| |:messclear| + +||:messc[lear]|| +________________________________________________________________________________ +Clear the message history. +________________________________________________________________________________ + + |g<| + ||g<|| ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/starting.txt b/vimperator/locale/en-US/starting.txt index df384fd0..81b1870f 100644 --- a/vimperator/locale/en-US/starting.txt +++ b/vimperator/locale/en-US/starting.txt @@ -15,17 +15,17 @@ further locations are tried. _$VIMPERATOR_INIT_ -- May contain a single Ex command (e.g., "[c]:source {file}[c]"). b. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents - are executed. + are executed and _$MY_VIMPERATORRC_ set to its path. c. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are executed. 2. If 'exrc' is set, then any RC file in the current directory is also sourced. 3. All directories in 'runtimepath' are searched for a "plugin" -subdirectory and all yet unloaded plugins are loaded. For each plugin -directory, all *.\{js,vimp} files (including those in further +subdirectory and all yet unloaded plugins are loaded. For each +plugin directory, all *.\{js,vimp} files (including those in further subdirectories) are sourced alphabetically. No plugins will be sourced -if 'noloadplugins' is set. Any particular plugin will not be loaded if -it has already been loaded (e.g., by an earlier [c]:loadplugins[c] +if 'noloadplugins' is set. Any particular plugin will not be loaded +if it has already been loaded (e.g., by an earlier [c]:loadplugins[c] command). The user's ~ (i.e., "home") directory is determined as follows: |