Skip to content

Instantly share code, notes, and snippets.

@ggada
Created May 3, 2019 20:48
Show Gist options
  • Save ggada/8e24038c33146604e1c0c402e16b60f5 to your computer and use it in GitHub Desktop.
Save ggada/8e24038c33146604e1c0c402e16b60f5 to your computer and use it in GitHub Desktop.
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