Skip to content

Instantly share code, notes, and snippets.

@liyang85
Last active August 6, 2018 02:36
Show Gist options
  • Save liyang85/4502df1b587b424e6d93b064e8a6c40a to your computer and use it in GitHub Desktop.
Save liyang85/4502df1b587b424e6d93b064e8a6c40a to your computer and use it in GitHub Desktop.
my .cvimrc for cVim extension of Google Chrome
set noautofocus
let blacklists = ["https://checkvist.com/*","https://inbox.google.com/*","https://calendar.google.com/*","https://drive.google.com/*","https://keep.google.com/*","https://mail.google.com/*","https://mubu.com/*","https://leanote.com/*","https://docs.google.com/*","https://mynoise.net/*","https://onedrive.live.com/*","https://kiwivm.64clouds.com/*","https://dida365.com/*","http://localhost/*","https://dynalist.io/*","http://cv.ftqq.com/*","https://todoist.com/*","https://www.youtube.com/*"]
let mapleader = ","
map <Leader>x :restore<Space>
" You can use <Space>, which is interpreted as a
" literal " " character, to enter buffer completion mode
map gb :buffer<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment