mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 19:24:11 +01:00
Remove :edit, :tabedit and :winedit aliases.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
|
||||
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
|
||||
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
|
||||
//
|
||||
// This work is licensed for reuse under an MIT license. Details are
|
||||
// given in the LICENSE.txt file included with this file.
|
||||
@@ -208,7 +210,7 @@ const Browser = Module("browser", {
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["o[pen]", "e[dit]"],
|
||||
commands.add(["o[pen]"],
|
||||
"Open one or more URLs in the current tab",
|
||||
function (args) {
|
||||
args = args.string;
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
|
||||
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
|
||||
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
|
||||
//
|
||||
// This work is licensed for reuse under an MIT license. Details are
|
||||
// given in the LICENSE.txt file included with this file.
|
||||
@@ -802,7 +804,7 @@ const Tabs = Module("tabs", {
|
||||
function () { tabs.keepOnly(tabs.getBrowser().mCurrentTab); },
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["tabopen", "t[open]", "tabnew", "tabe[dit]"],
|
||||
commands.add(["tabopen", "t[open]", "tabnew"],
|
||||
"Open one or more URLs in a new tab",
|
||||
function (args) {
|
||||
let special = args.bang;
|
||||
|
||||
@@ -106,7 +106,7 @@ have 2 possibilities:
|
||||
|
||||
|
||||
<item>
|
||||
<tags>t :t :tabopen :tabnew :tabe :tabedit</tags>
|
||||
<tags>t :t :tabopen :tabnew</tags>
|
||||
<spec>:tabopen<oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec>
|
||||
<spec>t</spec>
|
||||
<description>
|
||||
@@ -156,7 +156,7 @@ have 2 possibilities:
|
||||
|
||||
|
||||
<item>
|
||||
<tags>w :winopen :wopen :winedit</tags>
|
||||
<tags>w :winopen :wopen</tags>
|
||||
<spec>:wino<oa>pen</oa><oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec>
|
||||
<spec>w</spec>
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user