mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:42:26 +01:00
Fix n_~. Closes issue #68.
This commit is contained in:
@@ -94,7 +94,7 @@ const Browser = Module("browser", {
|
||||
|
||||
mappings.add([modes.NORMAL], ["~"],
|
||||
"Open home directory",
|
||||
function () { dactyl.open("~"); });
|
||||
function () { dactyl.open("~/"); });
|
||||
|
||||
mappings.add([modes.NORMAL], ["gh"],
|
||||
"Open homepage",
|
||||
|
||||
Reference in New Issue
Block a user