Skip to content

Instantly share code, notes, and snippets.

@vogler
Last active February 12, 2018 21:22
Show Gist options
  • Save vogler/fc7d77c1fc424aa2902e to your computer and use it in GitHub Desktop.
Save vogler/fc7d77c1fc424aa2902e to your computer and use it in GitHub Desktop.
cVim Options
set autoupdategist
set nosmoothscroll
set cncpcompletion
let blacklists = ["*://mail.google.com/*", "*://netflix.com/*"]
set noautofocus
let mapleader = ","
map <Leader>d :tabdetach<CR>
map <Leader>a :tabattach<Space>
map a previousTab
map s nextTab
set defaultnewtabpage
map c tabnew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment