1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 00:54:13 +01:00

Add :stopall.

This commit is contained in:
Doug Kearns
2009-05-11 01:20:45 +10:00
parent 961c84c33d
commit f73879f43e
7 changed files with 67 additions and 30 deletions

View File

@@ -240,22 +240,22 @@ section:Reloading[reloading]
|r|
||r||
________________________________________________________________________________
Force reloading of the current page.
Force reloading of the current web page.
________________________________________________________________________________
|R|
||R||
________________________________________________________________________________
Force reloading of the current page skipping the cache.
Force reloading of the current web page skipping the cache.
________________________________________________________________________________
|:re| |:reload| +
||:re[load][!]||
________________________________________________________________________________
Reload current page. Forces reloading of the current page. If [!] is
given, skip the cache.
Reload current web page. Forces reloading of the current page. If [!] is given,
skip the cache.
________________________________________________________________________________
@@ -277,7 +277,13 @@ ________________________________________________________________________________
|:st| |:stop|
||:st[op]||
________________________________________________________________________________
Stop loading. Stop loading current web page.
Stop loading the current web page.
________________________________________________________________________________
|:stopa| |:stopall| +
||:stopa[ll]||
________________________________________________________________________________
Stop loading all web pages.
________________________________________________________________________________
section:Writing[writing,save-file]

View File

@@ -14,7 +14,7 @@ section:Normal{nbsp}mode[normal-index]
||[m]<C-^>[m]|| Select the alternate tab or the [count]th tab +
||[m]<C-a>[m]|| Increment last number in URL +
||[m]<C-b>[m]|| Scroll up a full page +
||[m]<C-c>[m]|| Stop loading +
||[m]<C-c>[m]|| Stop loading the current web page +
||[m]<C-d>[m]|| Scroll window downwards in the buffer +
||[m]<C-f>[m]|| Scroll down a full page +
||[m]<C-g>[m]|| Print the current file name +
@@ -66,7 +66,7 @@ section:Normal{nbsp}mode[normal-index]
||[m]o[m]|| Open one or more URLs +
||[m]p[m]|| Open (put) a URL based on the current clipboard contents in the current buffer +
||[m]q[m]|| Record a key sequence into a macro +
||[m]r[m]|| Reload current page +
||[m]r[m]|| Reload the current web page +
||[m]t[m]|| Open one or more URLs in a new tab +
||[m]u[m]|| Undo closing of a tab +
||[m]y[m]|| Yank current location to the clipboard +
@@ -222,7 +222,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:quit[c]|| Quit current tab +
||[c]:quitall[c]|| Quit Vimperator +
||[c]:redraw[c]|| Redraw the screen +
||[c]:reload[c]|| Reload current page +
||[c]:reload[c]|| Reload the current web page +
||[c]:reloadall[c]|| Reload all tab pages +
||[c]:restart[c]|| Force the browser to restart +
||[c]:runtime[c]|| Source the specified file from each directory in 'runtimepath' +
@@ -236,7 +236,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:silent[c]|| Execute a command silently +
||[c]:style[c]|| Style Vimperator and web sites +
||[c]:source[c]|| Read Ex commands from a file +
||[c]:stop[c]|| Stop loading +
||[c]:stop[c]|| Stop loading the current web page +
||[c]:stopall[c]|| Stop loading all tab pages +
||[c]:tab[c]|| Execute a command and tell it to output in a new tab +
||[c]:tabdo[c]|| Execute a command in each tab +
||[c]:tabdetach[c]|| Detach current tab to its own window +