dotfiles

Personal dotfiles
git clone git://git.laack.co/dotfiles.git
Log | Files | Refs

vimium-options.json (3021B)


      1 {
      2   "hideHud": true,
      3   "hideUpdateNotifications": true,
      4   "keyMappings": "# Note: This file is not sourced by the browser.\n# Once the vimium extension is installed these must be set\n# as the custom keymappings.\n\n# These mappings make it so that 's' selects links to follow,\n# similar to how pounce defaults to searching with 's', forward\n# and backward with arrow keys, and copying a specifyable link with\n# 'ys', great for use in concatination with my mpv script that loads\n# the current url into mpv and plays the video.\n\nmap s LinkHints.activateMode\nmap S LinkHints.activateModeToOpenInNewTab\nunmap f\nunmap F\nunmap H\nunmap L\nunmap d\nunmap u\nmap <c-x> removeTab\nmap <c-d> scrollPageDown\nmap <c-u> scrollPageUp\nmap + zoomIn\nmap - zoomOut\n\n\nmap <c-up> previousTab\nmap <c-down> nextTab\n\nmap <left> goBack\nmap <right> goForward\nmap ys LinkHints.activateModeToCopyLinkUrl\n\n# character options for links\n# arstdhneio\n\n# don't let pages steal the focus on load\n# TRUE\n# This is super handy in a lot of cases with default input boxes.",
      5   "linkHintCharacters": "arstdhneio",
      6   "grabBackFocus": true,
      7   "searchEngines": "@g: https://google.com/search?q=%s Google\n@d: https://duckduckgo.com/?q=%s DuckDuckGo\n@s: https://searx.laack.co/?q=%s SearXNG\n@p: https://perplexity.ai/?q=%s Perplexity\n@c: https://chatgpt.com?q=%s ChatGPT\n@z: https://chat.z.ai?q=%s Z.ai\n@y: https://yewtu.be/search?q=%s YewTu.be\n@w: https://en.wikipedia.org?search=%s Wikipedia\n@gs: https://scholar.google.com/scholar?q=%s Google Scholar\n@a: https://annas-archive.li/search?q=%s Anna's Archive\n@b: https://search.brave.com/search?q=%s Brave Search",
      8   "settingsVersion": "2.3.1",
      9   "userDefinedLinkHintCss": "#vomnibar {\n\tdisplay: block;\n\tposition: fixed;\n\twidth: calc(100% - 20px);\n\ttop: 8px;\n\tleft: 8px;\n\tfont-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n\tbackground: #000;\n\ttext-align: left;\n\tborder-radius: 4px;\n\tbox-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);\n\tborder: 1px solid #aaa;\n\tz-index: 2139999999;\n}\n\n#vomnibar input {\n\tfont-size: 20px;\n\theight: 34px;\n\tmargin-bottom: 0;\n\tpadding: 4px;\n\tbackground-color: black;\n\tcolor: white;\n\tborder-radius: 3px;\n\tborder: 1px solid #e8e8e8;\n\tbox-shadow: #444 0px 0px 1px;\n\twidth: 100%;\n\toutline: none;\n\tbox-sizing: border-box;\n}\n#vomnibar li em, #vomnibar li .title {\n\tcolor: white;\n\tmargin-left: 4px;\n}\n#vomnibar li em .match, #vomnibar li .title .match {\n\tcolor: #fff;\n}\n#vomnibar li .source {\n\tcolor: #fff;\n\tmargin-right: 4px;\n}\n#vomnibar li .url {\n\twhite-space: nowrap;\n\tcolor: #91d1ff;\n}\n#vomnibar li .match {\n\tfont-weight: bold;\n\tcolor: #ff00d7;\n}\n\n#vomnibar li.selected {\n\tbackground-color: #383838;\n}\ndiv > .vimiumHintMarker {\n  background: #000000 !important;\n  border: 1px solid #FFFFFF !important;\n  color: white !important;\n}\ndiv > .vimiumHintMarker span {\n  color: white !important;\n  font-size: 12px !important;\n}",
     10   "exclusionRules": []
     11 }