Last active
May 25, 2017 06:25
-
-
Save leolord/b93334f9630a166b72284880a763abf1 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 autohidecursor | |
set noautofocus | |
set smoothscroll | |
set nativelinkorder | |
let blacklists = ["*://feedly.com/*", "https://inbox.google.com/*", "*://review.byted.org/*"] | |
let mapleader = "," | |
let defaultengine = "bing" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment