Skip to content

Instantly share code, notes, and snippets.

@blacklight
Last active September 5, 2018 09:59
Show Gist options
  • Save blacklight/0d4e01cb8ad9d10212cc to your computer and use it in GitHub Desktop.
Save blacklight/0d4e01cb8ad9d10212cc to your computer and use it in GitHub Desktop.
" Settings
" set noautofocus
set cncpcompletion
set nosmoothscroll
set nohud
set noautofocus
set autohidecursor
set typelinkhints
set numerichints
set defaultnewtabpage
let scrollduration = 40
let searchlimit = 40
let searchengine mdn = "https://developer.mozilla.org/en-US/search?q="
let searchengine stackoverflow = "https://stackoverflow.com/search?q="
let searchengine github = "https://github.com/search?utf8=%E2%9C%93&q="
let searchengine ultimateguitar = "http://www.ultimate-guitar.com/search.php?search_type=title&value="
let searchengine youtube = "https://www.youtube.com/results?search_query="
let searchengine amazon = "https://www.amazon.de/s/?field-keywords="
let searchalias s = "stackoverflow"
let searchalias g = "google"
let vimcommand = "urxvt -e vim"
let qmark m = ["https://mail.google.com/"]
let qmark f = ["https://www.facebook.com/"]
let blacklists = ["https://play.google.com/*","https://mail.google.com/*","https://feedly.com/*"]
" Mappings
unmap a
map J scrollPageDown
map K scrollPageUp
map d :quit<CR>
map u :restore
map `l nextTab
map `h previousTab
map `c :tabnew<CR>
map <C-h> :file /home/blacklight/<CR>
map <C-Q> :quitChrome
map ga :settings<CR>
map gb :buffer<Space>
map p :call :pintab<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment