-
Notifications
You must be signed in to change notification settings - Fork 239
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
Labels
Comments
@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. |
@peppy where would I go to set that |
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"
}
}
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: