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
{ | |
"clipboard": "internal", | |
"colorscheme": "monokai", | |
"diffgutter": true, | |
"ft:unknown": { | |
"filetype": "shell" | |
}, | |
"hlsearch": true, | |
"keepautoindent": true, | |
"mouse": false, |
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
{ | |
"Prompt Before Closing 2" : false, | |
"Selected Text Color" : { | |
"Green Component" : 0, | |
"Red Component" : 0, | |
"Blue Component" : 0 | |
}, | |
"Rows" : 25, | |
"Ansi 11 Color" : { | |
"Green Component" : 1, |
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
{ | |
"Alt-/": "lua:comment.comment", | |
"Ctrl-/": "lua:comment.comment", | |
"Ctrl-a": "StartOfLine", | |
"Ctrl-w": "Find", | |
"Ctrl-b": "WordLeft", | |
"Ctrl-e": "EndOfLine", | |
"Ctrl-f": "WordRight", | |
"Ctrl-k": "Cut", | |
"Ctrl-o": "Save", |
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
### Keybase proof | |
I hereby claim: | |
* I am eddietejeda on github. | |
* I am eddietejeda (https://keybase.io/eddietejeda) on keybase. | |
* I have a public key ASBg7ryEcou8aT6TwsElVAKH6t8Pf4m-tEu7WiW8lOCJLwo | |
To claim this, I am signing this object: |
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
<!-- http://docs.sublimevideo.net/playlists --> | |
<div id="playlist1" class="interactive"> | |
<div class="video_wrap"> | |
<video id="video1" class="sublime" poster="posterframe1.jpg" | |
width="640" height="360" preload="none"> | |
<source src="video1.mp4" /> | |
<source src="video1.webm" /> | |
</video> | |
</div> |