[Surfingkeys] Remap ‘yy’ to ‘c0’ to copy the current URL

This commit is contained in:
Tom Willemse 2022-12-11 13:20:28 -08:00
parent 7b4f8a21fc
commit b1beded0d6

View file

@ -10,6 +10,7 @@ api.map('<Ctrl-f>', 'l');
api.map('<Ctrl-b>', 'h');
api.map('l', 'S');
api.map('r', 'D');
api.map('c0', 'yy');
api.map('<Ctrl-v>', 'P');
api.map('<Alt-v>', 'U');