mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 19:32:26 +01:00
Hint processing mapping state magic stuff.
This commit is contained in:
@@ -2089,7 +2089,7 @@ var Buffer = Module("Buffer", {
|
||||
function () { tabs.reload(tabs.getTab(), true); });
|
||||
|
||||
// yanking
|
||||
mappings.add([modes.COMMAND], ["Y", "<yank-word>"],
|
||||
mappings.add([modes.NORMAL], ["Y", "<yank-word>"],
|
||||
"Copy selected text or current word",
|
||||
function () {
|
||||
let sel = buffer.currentWord;
|
||||
|
||||
Reference in New Issue
Block a user