all repos — dotfiles @ abcd3c83250383fbcd7ac83cf1b678b7a27cd954

linux dotfiles

misc/vimium-options.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
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
{
  "settingsVersion": "1.63.3",
  "exclusionRules": [
    {
      "pattern": "https?://hackertyper.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://zty.pe/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://phoboslab.org/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.typingclub.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://typing.lk/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://thetypingcat.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.typewizz.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.nitrotype.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.openvim.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://webassembly.org/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://thomasvanglabeke.github.io/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://geektyper.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://theandroidmaster.github.io/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.typing.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://ayylm.io/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://airma.sh/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://calendar.google.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://review.lineageos.org/*",
      "passKeys": "?"
    },
    {
      "pattern": "https?://www.quillpad.in/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://pudding.cool/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.figma.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.holywowstudios.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://games.djordjeungar.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.crazygames.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://scribble.party/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://ncase.me/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://www.speedcoder.net/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://typing.io/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://10fastfingers.com/*",
      "passKeys": ""
    },
    {
      "pattern": "https?://vim-adventures.com/*",
      "passKeys": ""
    }
  ],
  "filterLinkHints": false,
  "waitForEnterForFilteredHints": true,
  "hideHud": false,
  "keyMappings": "map s scrollDown\nmap w scrollUp\nunmap <C-D-v>\nunmap H\nunmap L\nunmap J\nunmap K\nmap H previousTab\nmap L nextTab\nmap <a-h> goBack\nmap <a-l> goForward",
  "linkHintCharacters": "sadfjklewcmpgh",
  "linkHintNumbers": "0123456789",
  "newTabUrl": "about:newtab",
  "nextPatterns": "next,more,newer,>,›,→,»,≫,>>",
  "previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<",
  "regexFindMode": false,
  "ignoreKeyboardLayout": false,
  "scrollStepSize": 60,
  "smoothScroll": true,
  "grabBackFocus": false,
  "searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\nup: https://packages.ubuntu.com/search?keywords=%s&searchon=names Ubuntu Packages\ng: https://www.google.com/search?q=%s Google\ny: https://www.youtube.com/results?search_query=%s Youtube\ngm: https://www.google.com/maps?q=%s Google maps\nd: https://duckduckgo.com/?q=%s DuckDuckGo",
  "searchUrl": "https://www.google.com/search?q=",
  "userDefinedLinkHintCss": "div > .vimiumHintMarker {\n/* linkhint boxes */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),\n  color-stop(100%,#FFC542));\nborder: 1px solid #E3BE23;\n}\n\ndiv > .vimiumHintMarker span {\n/* linkhint text */\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n}"
}