mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:07:59 +01:00
Make :tab :back/<C-t>H, and so forth, work.
This commit is contained in:
@@ -74,6 +74,9 @@ var History = Module("history", {
|
||||
* marks stack. @optional
|
||||
*/
|
||||
stepTo: function stepTo(steps, jumps) {
|
||||
if (dactyl.forceOpen.target == dactyl.NEW_TAB)
|
||||
tabs.cloneTab(tabs.getTab(), true);
|
||||
|
||||
if (jumps)
|
||||
steps -= marks.jump(steps);
|
||||
if (steps == 0)
|
||||
|
||||
Reference in New Issue
Block a user