Skip to content

Instantly share code, notes, and snippets.

@kleinmann
Last active September 15, 2015 06:49
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 kleinmann/d2d9cc0497e7b7e0be5a to your computer and use it in GitHub Desktop.
Save kleinmann/d2d9cc0497e7b7e0be5a to your computer and use it in GitHub Desktop.
" Settings
set noautofocus
set cncpcompletion
set smoothscroll
set autohidecursor
set typelinkhints
set smartcase
set incsearch
let vimcommand = "~/bin/vim -f"
let scrollduration = 10
let searchlimit = 40
let searchengine stackoverflow = "http://stackoverflow.com/search?q="
let searchalias s = "stackoverflow"
let searchalias g = "google"
let hintcharacters = "asdfhjkl"
let barposition = "bottom"
let mapleader = ","
" Mappings
map gb :buffers<Space>
map aa :tabopen g<Space>
map ga :settings<CR>
map <C-u> scrollPageUp
map <C-d> scrollPageDown
map d closeTab
let blacklists = ["http://hellorun.helloenjoy.com/*","http://crypt-webgl.unigine.com/*","http://hackertyper.net/*","https://www.youtube.com/*","http://codepen.io/*","https://jmprobert.typeform.com/*","http://play.typeracer.com/*","https://codekunst.atlassian.net/*","https://web.whatsapp.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment