dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit cc1ef413228a033e15062964d4c2087a97f557e6
parent 698dec13e126b3cc9bc9bc7e47ddc444772661d0
Author: regexghost <dev@regexghost.com>
Date:   Sun, 30 Aug 2026 21:26:05 +0100

added vimium-options.json

Diffstat:
Aother/vimium-options.json | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/other/vimium-options.json b/other/vimium-options.json @@ -0,0 +1,14 @@ +{ + "exclusionRules": [ + { + "passKeys": "", + "pattern": "https?://mail.google.com/*" + }, + { + "passKeys": "", + "pattern": "https?://billing.dedirock.com/*" + } + ], + "newTabDestination": "browserNewTabPage", + "settingsVersion": "2.4.2" +}