Last active
December 21, 2016 06:06
-
-
Save leira/d6af3e64ccb6835d2ccb to your computer and use it in GitHub Desktop.
cVim Settings
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 u scrollFullPageUp | |
| let blacklists = ["https://mail.google.com/*","https://www.google.com/maps/*","https://www.codingame.com/*","http://localhost/*"] | |
| " Site Specific settings | |
| site '*://feedly.com/*' { | |
| unmap ? | |
| unmap gg | |
| unmap G | |
| unmap j | |
| unmap k | |
| unmap J | |
| unmap K | |
| unmap a | |
| unmap r | |
| unmap A | |
| unmap R | |
| unmap n | |
| unmap p | |
| unmap o | |
| unmap m | |
| unmap x | |
| unmap s | |
| unmap b | |
| unmap c | |
| unmap v | |
| unmap V | |
| } | |
| site '*://inbox.google.com/*' { | |
| unmap c | |
| unmap / | |
| unmap i | |
| unmap q | |
| unmap t | |
| " unmap B | |
| unmap z | |
| unmap <C-.> | |
| unmap <C-,> | |
| unmap o | |
| unmap u | |
| unmap j | |
| unmap k | |
| unmap n | |
| unmap p | |
| unmap e | |
| unmap y | |
| unmap [ | |
| unmap ] | |
| unmap [[ | |
| unmap ]] | |
| unmap P | |
| unmap a | |
| unmap A | |
| unmap r | |
| " unmap R | |
| unmap f | |
| unmap # | |
| unmap ! | |
| unmap m | |
| unmap . | |
| unmap x | |
| unmap X | |
| unmap ? | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment