Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jaredcrean
Created September 29, 2016 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredcrean/07b55c9952334a8584ec9ecd12012499 to your computer and use it in GitHub Desktop.
Save jaredcrean/07b55c9952334a8584ec9ecd12012499 to your computer and use it in GitHub Desktop.
let searchlimit = 30
let scrollstep = 70
let barposition = "bottom"
let completionengines = ["google", "amazon", "imdb", "dogpile"]
let searchalias g = "google" " Create a shortcut for search engines.
" For example, typing ':tabnew g example'
" would act the same way as ':tabnew google example
let mapleader = ","
let blacklists = ["https://vcpvcen-ch2-60a.cable.comcast.com/*"]
" You can use <Space>, which is interpreted as a
" literal " " character, to enter buffer completion mode
map gb :buffer<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment