[Surfingkeys] Remap ‘yy’ to ‘c0’ to copy the current URL
This commit is contained in:
parent
7b4f8a21fc
commit
b1beded0d6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ api.map('<Ctrl-f>', 'l');
|
||||||
api.map('<Ctrl-b>', 'h');
|
api.map('<Ctrl-b>', 'h');
|
||||||
api.map('l', 'S');
|
api.map('l', 'S');
|
||||||
api.map('r', 'D');
|
api.map('r', 'D');
|
||||||
|
api.map('c0', 'yy');
|
||||||
|
|
||||||
api.map('<Ctrl-v>', 'P');
|
api.map('<Ctrl-v>', 'P');
|
||||||
api.map('<Alt-v>', 'U');
|
api.map('<Alt-v>', 'U');
|
||||||
|
|
Loading…
Reference in a new issue