Last active
September 15, 2015 06:49
-
-
Save kleinmann/d2d9cc0497e7b7e0be5a 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
" 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