Last active
February 12, 2018 21:22
-
-
Save vogler/fc7d77c1fc424aa2902e to your computer and use it in GitHub Desktop.
cVim Options
This file contains 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
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