vimium: update list of link hint chars

This commit is contained in:
Oleksandr Smirnov 2025-10-21 21:09:09 +03:00
parent c7f2f27cd8
commit 0330cf8a9e
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{ {
"name": "Vimium C", "name": "Vimium C",
"@time": "7/8/2025, 3:04:38 PM", "@time": "10/21/2025, 9:07:10 PM",
"time": 1751976278158, "time": 1761070030010,
"environment": { "environment": {
"extension": "2.12.3", "extension": "2.12.3",
"platform": "linux", "platform": "linux",
@ -9,7 +9,7 @@
}, },
"exclusionRules": [ "exclusionRules": [
{ {
"passKeys": "<a-t> ", "passKeys": "<a-t>",
"pattern": ":https://www.twitch.tv/" "pattern": ":https://www.twitch.tv/"
}, },
{ {
@ -30,5 +30,6 @@
"map J nextTab", "map J nextTab",
"map K previousTab" "map K previousTab"
], ],
"linkHintCharacters": "asdfjklrewuio",
"vimSync": true "vimSync": true
} }