I hereby claim:
- I am digitalmaster on github.
- I am josebrowne (https://keybase.io/josebrowne) on keybase.
- I have a public key whose fingerprint is 00F7 B0AE 5D9F 184B 79C5 BD89 9A42 EF7D DB41 9E2D
To claim this, I am signing this object:
| // add count argument | |
| function repeatable(command) { | |
| return { | |
| command, | |
| count: "_ctx.count" | |
| }; | |
| } | |
| // record command to a register |
| initDisqusCount: function(){ | |
| if( typeof(DISQUSWIDGETS) !== 'undefined' ){ | |
| DISQUSWIDGETS.getCount(); | |
| }else{ | |
| (function () { | |
| var s = document.createElement('script'); s.async = true; | |
| s.type = 'text/javascript'; | |
| s.src = 'http://' + disqus_shortname + '.disqus.com/count.js'; | |
| (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); | |
| }()); |
| initDisqus: function (config){ | |
| disqus_config.params = config; | |
| if (this.loaded) { | |
| DISQUS.reset({ | |
| reload: true | |
| }); | |
| } else { | |
| (function() { | |
| var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | |
| dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; |
I hereby claim:
To claim this, I am signing this object:
| empy |
| [ | |
| { "keys": ["super+ctrl+down"], "command": "duplicate_line" }, | |
| { "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, | |
| { "keys": ["ctrl+shift+up"], "command": "swap_line_up" }, | |
| { "keys": ["ctrl+shift+down"], "command": "swap_line_down" }, | |
| { "keys": ["super+shift+f"], "command": "find_under_expand" }, | |
| { "keys": ["super+ctrl+a"], "command": "alignment" }, | |
| { "keys": ["alt+super+j"], "command": "js_run" }, | |
| {"keys": ["shift+f8"], "command": "previous_color_scheme"} | |
| ] |
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| ZSH_THEME="josebrowne" | |
| BASE_PATH="/Users/josebrowne/Sites/reelsurfer" | |
| # Set Editor Alias | |
| alias s="subl" | |
| alias ss="subl2" |
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_complete_commit_on_tab": false, | |
| "bold_folder_labels": true, | |
| "close_windows_when_empty": true, | |
| "color_scheme": "Packages/Subway Color Schemes/Copenhagen.tmTheme", | |
| "default_line_ending": "unix", | |
| "detect_slow_plugins": false, | |
| "draw_minimap_border": true, | |
| "font_options": |
| .Absolute-Center { | |
| margin: auto; | |
| position: absolute; | |
| top: 0; left: 0; bottom: 0; right: 0; | |
| } |
| { | |
| "name": "jb2", | |
| "subdomain": "josebrowne", | |
| "domains": [ | |
| "josebrowne.com", | |
| "www.josebrowne.com" | |
| ], | |
| "description": "My Personal Blog and Playground", | |
| "private": true, | |
| "scripts": { |