Skip to content

Instantly share code, notes, and snippets.

@Tritlo
Last active August 29, 2015 14:03
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 Tritlo/a1770d16c89e70dc4659 to your computer and use it in GitHub Desktop.
Save Tritlo/a1770d16c89e70dc4659 to your computer and use it in GitHub Desktop.
cVimrc
map D scrollFullPageDown
map E scrollFullPageUp
map <leader>bh previousTab
map <leader>bl nextTab
map <leader>bn :tabnew<CR>
map <leader>bd :execute x<CR>
let mapleader="<Space>"
map <C-e> E
map <C-d> D
map <C-u> e
set defaultnewtabpage
set nosmoothscroll
let blacklists = ["https://mail.google.com/*","http://www.clickerheroes.com/*","http://jsfiddle.net/*", "http://fiddle.jshell.net/*", "https://inbox.google.com/*", "https://notendur.hi.is/*", "https://www.sharelatex.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment