mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
More assorted map aliases.
--HG-- extra : rebase_source : 8614d45db94c8415542c0a264b602b24d898971e
This commit is contained in:
@@ -1606,12 +1606,12 @@ var Buffer = Module("buffer", {
|
||||
function (args) { buffer.incrementURL(-Math.max(args.count, 1)); },
|
||||
{ count: true });
|
||||
|
||||
mappings.add([modes.NORMAL], ["gu", "<parent-url-path>"],
|
||||
mappings.add([modes.NORMAL], ["gu", "<open-parent-path>"],
|
||||
"Go to parent directory",
|
||||
function (args) { buffer.climbUrlPath(Math.max(args.count, 1)); },
|
||||
{ count: true });
|
||||
|
||||
mappings.add([modes.NORMAL], ["gU", "<root-url-path>"],
|
||||
mappings.add([modes.NORMAL], ["gU", "<open-root-path>"],
|
||||
"Go to the root of the website",
|
||||
function () { buffer.climbUrlPath(-1); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user