Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable on specific URL patterns #273

Open
wmayner opened this issue Jul 26, 2022 · 4 comments
Open

Disable on specific URL patterns #273

wmayner opened this issue Jul 26, 2022 · 4 comments

Comments

@wmayner
Copy link

wmayner commented Jul 26, 2022

Is your feature request related to a problem? Please describe.
It seems that the ability to prevent Vimari from running on certain sites from #27 is no longer available.
It would be great to have this (if possible with the current way extensions work).

Describe the solution you'd like
Some way of configuring URL wildcard patterns in the settings file on which Vimari will be disabled.

@peppy
Copy link

peppy commented Aug 17, 2022

@wmayner this does seem to work for me.

{
  "excludedUrls": "https://monkeytype.com, https://docs.google.com",
  ...
}

is what i'm using in my config file. It's not wildcard, but it's something.

@nicolaiarocci
Copy link

@peppy where would I go to set that excludedUrls value?

@peppy
Copy link

peppy commented Mar 25, 2023

Click "Open Configuration File" in the vimari app.

Then update your config.

Here's mine for reference:

 {
  "excludedUrls": "https://monkeytype.com, https://docs.google.com",
  "linkHintCharacters": "asdfjklweio",
  "detectByCursorStyle": false,
  "scrollSize": 250,
  "openTabUrl": "https://google.com",
  "modifier": "",
  "smoothScroll": true,
  "scrollDuration": 25,
  "transparentBindings": true,
  "bindings": {
      "hintToggle": [ ";", "f" ],
      "newTabHintToggle": "shift+;",
      "scrollUp": [ "k","up"],
      "scrollDown": [ "j", "down" ],
      "scrollLeft": "h",
      "scrollRight": "l",
      "scrollUpHalfPage": ["ctrl+u", "shift-space"],
      "scrollDownHalfPage": ["ctrl+d", "space"],
      "goToPageTop": "g g",
      "goToPageBottom": "shift+g",
      "goToFirstInput": "g i",
      "goBack": "ctrl+o",
      "goForward": "ctrl+i",
      "reload": "r",
      "tabForward": "ctrl+l",
      "tabBack": "ctrl+h",
      "closeTab": "x",
      "openTab": "t",
      "duplicateTab": "y t"
  }
}

@nicolaiarocci
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants