-
-
Save charnley/3275287c59ab43b6c0c01bdaaf8e095f to your computer and use it in GitHub Desktop.
cVim config
This file contains hidden or 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
| 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