1
0
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:
Kris Maglione
2011-10-10 02:48:05 -04:00
parent 400ec6244b
commit 798f26c746
4 changed files with 34 additions and 25 deletions

View File

@@ -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;