Created
May 3, 2019 20:48
-
-
Save ggada/8e24038c33146604e1c0c402e16b60f5 to your computer and use it in GitHub Desktop.
This file contains 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
set smoothscroll | |
let scrollstep = 170 | |
let completionengines = ["google", "youtube"] | |
let searchalias g = "google" | |
let searchalias y = "youtube" | |
let defaultengine = "duckduckgo" | |
let blacklists = ['https://mail.google.com/*','*://mail.google.com/*','@https://mail.google.com/mail/*','*://localhost/*.ipynb*','http://localhost:8888/lab'] | |
site '*://trello.com/*/*/todo' { | |
unmap h | |
unmap j | |
unmap t | |
unmap b | |
unmap k | |
unmap l | |
unmap c | |
unmap d | |
unmap e | |
unmap ; | |
unmap n | |
unmap f | |
unmap w | |
unmap x | |
unmap / | |
unmap ? | |
unmap < | |
unmap > | |
unmap , | |
unmap . | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment