Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jakubdyszkiewicz/f6bbb523c7e383525afa276f9f060680 to your computer and use it in GitHub Desktop.
Save jakubdyszkiewicz/f6bbb523c7e383525afa276f9f060680 to your computer and use it in GitHub Desktop.
cVim options
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