all repos

dotfiles @ 34f696607a684bb561eebeaeb66e93cec3942f8a

my dotfiles

misc/vimium_c.json (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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
}