Created
October 4, 2017 18:51
-
-
Save jakubdyszkiewicz/f6bbb523c7e383525afa276f9f060680 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 smoothscroll | |
let scrollduration = 300 | |
set completeonopen | |
let completionengines = ["google"] | |
let let hintcharacters = "asdfjkl" | |
unmap a | |
map a :open<Space> | |
unmap F | |
map F createActiveTabbedHint | |
let blacklists = ["https://material.io/*","https://2017.confitura.pl/*","https://mail.google.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment