1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-18 17:53:32 +02:00

Rename :tabreattach to :tabattach.

As Kris noted this may be better implemented as :tabmove -window.
This commit is contained in:
Doug Kearns
2009-09-30 19:48:34 +10:00
parent 422579f6e2
commit f79c6e8dc1
7 changed files with 24 additions and 16 deletions

View File

@@ -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.