mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Make visual yank noisier
This commit is contained in:
parent
8f90d9cbd9
commit
cc0e609c71
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ export class default_config {
|
|||
vmaps = {
|
||||
"<Escape>": "composite js document.getSelection().empty(); mode normal; hidecmdline",
|
||||
"<C-[>": "composite js document.getSelection().empty(); mode normal ; hidecmdline",
|
||||
"y": "composite js document.getSelection().toString() | yank",
|
||||
"y": "composite js document.getSelection().toString() | clipboard yank",
|
||||
"🕷🕷INHERITS🕷🕷": "nmaps",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue