all repos

dotfiles @ 1e1920e

i use rach linux btw

dotfiles/misc/vimium_c.json (view raw)

1
{
2
  "name": "Vimium C",
3
  "@time": "10/21/2025, 9:07:10 PM",
4
  "time": 1761070030010,
5
  "environment": {
6
    "extension": "2.12.3",
7
    "platform": "linux",
8
    "firefox": 140
9
  },
10
  "exclusionRules": [
11
    {
12
      "passKeys": "<a-t>",
13
      "pattern": ":https://www.twitch.tv/"
14
    },
15
    {
16
      "passKeys": "c t",
17
      "pattern": ":https://www.youtube.com/"
18
    },
19
    {
20
      "passKeys": "",
21
      "pattern": ":https://monkeytype.com/"
22
    }
23
  ],
24
  "keyLayout": 2,
25
  "keyMappings": [
26
    "#!no-check",
27
    "# since i use vertival tabs it's move logical to use J and K to move up and down",
28
    "unmap J",
29
    "unmap K",
30
    "map J nextTab",
31
    "map K previousTab"
32
  ],
33
  "linkHintCharacters": "asdfjklrewuio",
34
  "vimSync": true
35
}