mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 08:54:13 +01:00
More comprehensive :jumps.
This commit is contained in:
@@ -382,14 +382,6 @@ var Bookmarks = Module("bookmarks", {
|
||||
}, {
|
||||
}, {
|
||||
commands: function () {
|
||||
commands.add(["ju[mps]"],
|
||||
"Show jumplist",
|
||||
function () {
|
||||
let sh = history.session;
|
||||
commandline.commandOutput(template.jumps(sh.index, sh));
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
// TODO: Clean this up.
|
||||
const tags = {
|
||||
names: ["-tags", "-T"],
|
||||
|
||||
Reference in New Issue
Block a user