mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:47:58 +01:00
Fix gP description.
This commit is contained in:
@@ -1785,7 +1785,7 @@ var Buffer = Module("buffer", {
|
||||
}
|
||||
|
||||
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 () {
|
||||
dactyl.open(url(), { from: "paste", where: dactyl.NEW_TAB, background: true });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user