mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 19:25:47 +01:00
More comprehensive :jumps.
This commit is contained in:
@@ -133,6 +133,14 @@ var Marks = Module("marks", {
|
||||
});
|
||||
},
|
||||
|
||||
get jumps() {
|
||||
let store = buffer.localStore;
|
||||
return {
|
||||
index: store.jumpsIndex,
|
||||
locations: store.jumps.map(function (j) j.mark)
|
||||
};
|
||||
},
|
||||
|
||||
/**
|
||||
* Remove all marks matching *filter*. If *special* is given, removes all
|
||||
* local marks.
|
||||
|
||||
Reference in New Issue
Block a user