mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 19:04:10 +01:00
Rename :tabreattach to :tabattach.
As Kris noted this may be better implemented as :tabmove -window.
This commit is contained in:
@@ -250,6 +250,7 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||[c]:stopall[c]|| Stop loading all tab pages +
|
||||
||[c]:style[c]|| Style Vimperator and web sites +
|
||||
||[c]:tab[c]|| Execute a command and tell it to output in a new tab +
|
||||
||[c]:tabattach[c]|| Attach the current tab to another window +
|
||||
||[c]:tabdetach[c]|| Detach current tab to its own window +
|
||||
||[c]:tabdo[c]|| Execute a command in each tab +
|
||||
||[c]:tabduplicate[c]|| Duplicate current tab +
|
||||
@@ -259,7 +260,6 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||[c]:tabonly[c]|| Close all other tabs +
|
||||
||[c]:tabopen[c]|| Open one or more URLs in a new tab +
|
||||
||[c]:tabprevious[c]|| Switch to the previous tab or go [count] tabs back +
|
||||
||[c]:tabreattach[c]|| Reattach the current tab to another window +
|
||||
||[c]:tabrewind[c]|| Switch to the first tab +
|
||||
||[c]:time[c]|| Profile a piece of code or run a command multiple times +
|
||||
||[c]toolbarhide[c]|| Hide the named toolbar +
|
||||
|
||||
@@ -161,10 +161,10 @@ Use [c]:tabduplicate[c] to copy the tab then call [c]:tabdetach[c].
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:tabrea| |:tabreattach|
|
||||
||:tabrea[ttach] {window-index} [tab-index]|| +
|
||||
|:taba| |:tabattach|
|
||||
||:taba[ttach] {window-index} [tab-index]|| +
|
||||
________________________________________________________________________________
|
||||
Reattach the current tab to another window. {window-index} is an index into the
|
||||
Attach the current tab to another window. {window-index} is an index into the
|
||||
list of open windows and [a][tab-index][a] is the index at which to insert the
|
||||
tab in the other window's tab list. If this is the last tab in a window, the
|
||||
window will be closed.
|
||||
|
||||
Reference in New Issue
Block a user