mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
35 lines
736 B
JSON
35 lines
736 B
JSON
{
|
|
"name": "Vimium C",
|
|
"@time": "10/21/2025, 9:07:10 PM",
|
|
"time": 1761070030010,
|
|
"environment": {
|
|
"extension": "2.12.3",
|
|
"platform": "linux",
|
|
"firefox": 140
|
|
},
|
|
"exclusionRules": [
|
|
{
|
|
"passKeys": "<a-t>",
|
|
"pattern": ":https://www.twitch.tv/"
|
|
},
|
|
{
|
|
"passKeys": "c t",
|
|
"pattern": ":https://www.youtube.com/"
|
|
},
|
|
{
|
|
"passKeys": "",
|
|
"pattern": ":https://monkeytype.com/"
|
|
}
|
|
],
|
|
"keyLayout": 2,
|
|
"keyMappings": [
|
|
"#!no-check",
|
|
"# since i use vertival tabs it's move logical to use J and K to move up and down",
|
|
"unmap J",
|
|
"unmap K",
|
|
"map J nextTab",
|
|
"map K previousTab"
|
|
],
|
|
"linkHintCharacters": "asdfjklrewuio",
|
|
"vimSync": true
|
|
}
|