I hereby claim:
- I am rjsheperd on github.
- I am rjsheperd (https://keybase.io/rjsheperd) on keybase.
- I have a public key whose fingerprint is 2CEB 56E8 B9D7 5F69 6762 F2C5 8A16 44EB 207E 2B02
To claim this, I am signing this object:
| #cVim-link-container, .cVim-link-hint, #cVim-command-bar, #cVim-command-bar-mode, #cVim-command-bar-input, #cVim-command-bar-search-results, .cVim-completion-item, .cVim-completion-item .cVim-full, .cVim-completion-item .cVim-left, .cVim-completion-item .cVim-right, #cVim-hud, #cVim-status-bar { | |
| font-family: Helvetica, Helvetica Neue, Neue, sans-serif, monospace, Arial; | |
| font-size: 10pt !important; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| #cVim-link-container { | |
| position: absolute; | |
| pointer-events: none; | |
| width: 100%; left: 0; |
I hereby claim:
To claim this, I am signing this object:
| // Set up global May Day object (md) to attach functions to | |
| var md = md || {}; | |
| (function($, md) { | |
| // dollar sign ($) == jQuery | |
| // Can add new functions to the jQuery prototype | |
| $.fn.newFunction = function() { | |
| return true; | |
| } |