Last active
March 22, 2020 15:58
-
-
Save liuderchi/b95f41d82235dd792b48dae4c83f62a8 to your computer and use it in GitHub Desktop.
Personal Config for SurfingKeys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// trigger settings edit UI using `se` | |
// ref https://github.com/brookhong/surfingkeys#edit-your-own-settings | |
// unmap('gc', /github\.com/i ); | |
// unmap('gp', /github\.com/i ); | |
// https://github.com/brookhong/surfingkeys#properties-list | |
settings.blacklistPattern = /^https?:\/\/github\.com\/.?/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment