mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 23:12:26 +01:00
move various stopping, quitting and reloading commands to browsing.txt
This commit is contained in:
@@ -70,6 +70,14 @@ in a new tab. When used with [a]![a], the 'tabopen' value of the 'activate' opti
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|T| +
|
||||||
|
||T||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Open one or more URLs in a new tab, based on current location. Works like
|
||||||
|
[m]t[m], but preselects current URL in the [c]:tabopen[c] query.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:tabd| |:tabduplicate|
|
|:tabd| |:tabduplicate|
|
||||||
||:[count]tabd[uplicate][!]|| +
|
||:[count]tabd[uplicate][!]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -78,6 +86,14 @@ if last cloned tab should be activated. When used with [a]![a], 'tabopen' value
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|O| +
|
||||||
|
||O||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Open one or more URLs in the current tab, based on current location. Works
|
||||||
|
like [m]o[m], but preselects current URL in the [c]:open[c] query.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:winopen| |:wopen| |:winedit|
|
|:winopen| |:wopen| |:winedit|
|
||||||
||:wino[pen][!] [arg1], [arg2], ...|| +
|
||:wino[pen][!] [arg1], [arg2], ...|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -151,6 +167,113 @@ _http://www.example.com/_.
|
|||||||
When browsing a local directory, it goes to the root directory.
|
When browsing a local directory, it goes to the root directory.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
section:Reloading[reloading]
|
||||||
|
|
||||||
|
|r|
|
||||||
|
||r||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Force reloading of the current page.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|R|
|
||||||
|
||R||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Force reloading of the current page skipping the cache.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:re| |:reload| +
|
||||||
|
||:re[load][!]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Reload current page. Forces reloading of the current page. If [c]![c] is
|
||||||
|
given, skip the cache.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:reloada| |:reloadall| +
|
||||||
|
||:reloada[ll][!]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Reload all pages. Forces reloading of all pages. If [c]![c] is given, skip the cache.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
section:Stopping[stopping]
|
||||||
|
|
||||||
|
|<C-c>|
|
||||||
|
||<C-c>||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Stop loading the current web page.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:st| |:stop|
|
||||||
|
||:st[op]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Stop loading. Stop loading current web page.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
section:Writing[writing,save-file]
|
||||||
|
|
||||||
|
|:w| |:write| |:sav| |:saveas| +
|
||||||
|
||:sav[eas]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Save current web page to disk. Opens the original Firefox "Save page as..."
|
||||||
|
dialog. There, you can save the current web page to disk with various
|
||||||
|
options. Use [!] to save the file with a default filename to the current working
|
||||||
|
directory, skipping the Save as... prompt
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
section:Quitting[quitting,save-session]
|
||||||
|
|
||||||
|
|:q| |:quit| +
|
||||||
|
||:q[uit]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Quit current tab. If this is the last tab in the window, close the window. If
|
||||||
|
this was the last window, close Vimperator. When quitting Vimperator, the
|
||||||
|
session is not stored.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:qa| |:qall| |:quita| |:quitall| +
|
||||||
|
||:quita[ll]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Quit Vimperator. Quit Vimperator, no matter how many tabs/windows are open.
|
||||||
|
The session is not stored.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:wc| |:wclose| |:winc| |:winclose|
|
||||||
|
||:winc[ose] [url] [, url]|| +
|
||||||
|
________________________________________________________________________________
|
||||||
|
Close window.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:xa| |:xall| |:wq| |:wqa| |:wqall|
|
||||||
|
||:wqa[ll]|| +
|
||||||
|
||:xa[ll]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Save the session and quit. Quit Vimperator, no matter how many tabs/windows
|
||||||
|
are open. The session is stored. [c]:wq[c] is different as in Vim, as it
|
||||||
|
closes the window instead of just one tab by popular demand. Complain on the
|
||||||
|
mailing list, if you want to change that.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|ZQ|
|
||||||
|
||ZQ||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Quit and don't save the session. Works like [c]:qall[c].
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|ZZ|
|
||||||
|
||ZZ||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Quit and save the session. Quit Vimperator, no matter how many tabs/windows
|
||||||
|
are open. The session is stored. Works like [c]:xall[c].
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:The{nbsp}current{nbsp}directory[current-directory]
|
section:The{nbsp}current{nbsp}directory[current-directory]
|
||||||
|
|
||||||
|:chd| |:chdir| |:cd|
|
|:chd| |:chdir| |:cd|
|
||||||
|
|||||||
@@ -93,13 +93,6 @@ cursor and can move around. If you want to select text in this mode, press
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|<C-c>|
|
|
||||||
||<C-c>||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Stop loading the current web page.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|\~| +
|
|\~| +
|
||||||
||\~||
|
||\~||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -133,21 +126,6 @@ Works like [m]P[m], but inverts the 'activate' option.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|O| +
|
|
||||||
||O||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Open one or more URLs in the current tab, based on current location. Works
|
|
||||||
like [m]o[m], but preselects current URL in the [c]:open[c] query.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|T| +
|
|
||||||
||T||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Open one or more URLs in a new tab, based on current location. Works like [m]t[m], but preselects current URL in the [c]:tabopen[c] query.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|<MiddleMouse>| |p| +
|
|<MiddleMouse>| |p| +
|
||||||
||p||
|
||p||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -163,20 +141,6 @@ Whether the new buffer is activated, depends on the 'activate' option.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|r|
|
|
||||||
||r||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Force reloading of the current page.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|R|
|
|
||||||
||R||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Force reloading of the current page skipping the cache.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|y| +
|
|y| +
|
||||||
||y||
|
||y||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -192,21 +156,6 @@ Copy currently selected text to the system clipboard.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|ZQ|
|
|
||||||
||ZQ||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Quit and don't save the session. Works like [c]:qall[c].
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|ZZ|
|
|
||||||
||ZZ||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Quit and save the session. Quit Vimperator, no matter how many tabs/windows
|
|
||||||
are open. The session is stored. Works like [c]:xall[c].
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|<C-x>|
|
|<C-x>|
|
||||||
||[count]<C-x>||
|
||[count]<C-x>||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -359,23 +308,6 @@ Close preview window on bottom of screen.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:q| |:quit| +
|
|
||||||
||:q[uit]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Quit current tab. If this is the last tab in the window, close the window. If
|
|
||||||
this was the last window, close Vimperator. When quitting Vimperator, the
|
|
||||||
session is not stored.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:qa| |:qall| |:quita| |:quitall| +
|
|
||||||
||:quita[ll]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Quit Vimperator. Quit Vimperator, no matter how many tabs/windows are open.
|
|
||||||
The session is not stored.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:redr| |:redraw| +
|
|:redr| |:redraw| +
|
||||||
||:redr[aw]||
|
||:redr[aw]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -384,21 +316,6 @@ function.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:re| |:reload| +
|
|
||||||
||:re[load][!]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Reload current page. Forces reloading of the current page. If [c]![c] is
|
|
||||||
given, skip the cache.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:reloada| |:reloadall| +
|
|
||||||
||:reloada[ll][!]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Reload all pages. Forces reloading of all pages. If [c]![c] is given, skip the cache.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:res| |:restart| +
|
|:res| |:restart| +
|
||||||
||:res[tart]||
|
||:res[tart]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -406,16 +323,6 @@ Force the browser to restart. Useful when installing extensions.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:w| |:write| |:sav| |:saveas| +
|
|
||||||
||:sav[eas]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Save current web page to disk. Opens the original Firefox "Save page as..."
|
|
||||||
dialog. There, you can save the current web page to disk with various
|
|
||||||
options. Use [!] to save the file with a default filename to the current working
|
|
||||||
directory, skipping the Save as... prompt
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:sbcl| |:sbclose|
|
|:sbcl| |:sbclose|
|
||||||
||:sbcl[ose]||
|
||:sbcl[ose]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -433,13 +340,6 @@ the sidebar.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:st| |:stop|
|
|
||||||
||:st[op]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Stop loading. Stop loading current web page.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:tab| +
|
|:tab| +
|
||||||
||:tab {cmd}||
|
||:tab {cmd}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -468,24 +368,6 @@ external editor.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:wc| |:wclose| |:winc| |:winclose|
|
|
||||||
||:winc[ose] [url] [, url]|| +
|
|
||||||
________________________________________________________________________________
|
|
||||||
Close window.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:xa| |:xall| |:wq| |:wqa| |:wqall|
|
|
||||||
||:wqa[ll]|| +
|
|
||||||
||:xa[ll]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Save the session and quit. Quit Vimperator, no matter how many tabs/windows
|
|
||||||
are open. The session is stored. [c]:wq[c] is different as in Vim, as it
|
|
||||||
closes the window instead of just one tab by popular demand. Complain on the
|
|
||||||
mailing list, if you want to change that.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:run| |:!| +
|
|:run| |:!| +
|
||||||
||:!{cmd}||
|
||:!{cmd}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user