mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 06:08:02 +01:00
Fix gP description.
This commit is contained in:
@@ -1785,7 +1785,7 @@ var Buffer = Module("buffer", {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mappings.add([modes.NORMAL], ["gP"],
|
mappings.add([modes.NORMAL], ["gP"],
|
||||||
"Open (]put) a URL based on the current clipboard contents in a new buffer",
|
"Open (put) a URL based on the current clipboard contents in a new background buffer",
|
||||||
function () {
|
function () {
|
||||||
dactyl.open(url(), { from: "paste", where: dactyl.NEW_TAB, background: true });
|
dactyl.open(url(), { from: "paste", where: dactyl.NEW_TAB, background: true });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user