Created
September 29, 2016 22:17
-
-
Save jaredcrean/07b55c9952334a8584ec9ecd12012499 to your computer and use it in GitHub Desktop.
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
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