1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 10:55:46 +01:00

Add :tabreattach.

The name is not very convincing.
This commit is contained in:
Doug Kearns
2009-09-28 17:49:24 +10:00
parent e8ab304cbc
commit 4a0e9bfd84
7 changed files with 65 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
know if I like copying bugs)
* IMPORTANT: 'popups' now takes a stringlist rather than a number.
* add [c]:tabattach[c]
* add [c]:keepalt[c]
* add [c]:styledisable[c], [c]:styleenable[c], and [c]:styletoggle[c]
* add [c]:sanitize[c], 'sanitizetimespan' and 'sanitizeitems'

View File

@@ -259,6 +259,7 @@ 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 +

View File

@@ -160,6 +160,16 @@ contain at least one tab it is not possible to detach the only tab in a window.
Use [c]:tabduplicate[c] to copy the tab then call [c]:tabdetach[c].
________________________________________________________________________________
|:tabrea| |:tabreattach|
||:tabrea[ttach] {window-index} [tab-index]|| +
________________________________________________________________________________
Reattach 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.
________________________________________________________________________________
section::Reordering{nbsp}tabs[reordering-tabs]
|:tabm| |:tabmove|