Skip to content

Instantly share code, notes, and snippets.

@charnley
Forked from pgericson/cVim.conf
Last active October 25, 2018 14:01
Show Gist options
  • Select an option

  • Save charnley/3275287c59ab43b6c0c01bdaaf8e095f to your computer and use it in GitHub Desktop.

Select an option

Save charnley/3275287c59ab43b6c0c01bdaaf8e095f to your computer and use it in GitHub Desktop.
cVim config
map <Leader>pt :pintab<CR>
map <Leader>ut :unpintab<CR>
set noautofocus
let mapleader = ","
let hintcharacters = "sadfjklewcmpgh"
site '*://(soundcloud|(hangouts|mail|inbox|calendar).google|*\.todoist.|*\.messenger).com/*' {
call :pintab
}
let blacklists = ["http://regiosqm.org/*","https://www.messenger.com/*","https://mail.google.com/*","https://drive.google.com/*","http://localhost/*","http://hackertyper.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment