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
| <?xml version="1.0" encoding="utf-8"?> | |
| <ISBoxerToolkitProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="42" VersionMinor="0" BuildDate="12/22/2017 9:11:01 PM"> | |
| <KeyMap> | |
| <Name>EQ - Prefix</Name> | |
| <Mappings> | |
| <MappedKey> | |
| <Name>Prefix: Disc</Name> | |
| <Steps> | |
| <Step> | |
| <Actions> |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <ISBoxerToolkitProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="42" VersionMinor="0" BuildDate="12/22/2017 9:01:15 PM"> | |
| <KeyMap> | |
| <Name>EQ - Slash Commands</Name> | |
| <Mappings> | |
| <MappedKey> | |
| <Name>/cast 1</Name> | |
| <Steps> | |
| <Step> | |
| <Actions> |
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
| I use many different computers at the school where I teach that | |
| don't have XCode or git installed, but I still want an easy way | |
| to import my vim-config. Git submodules are great, until you | |
| don't have git. | |
| This is that way. | |
| ------------------------------- | |
| Added: |
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
| body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td | |
| {margin:0;padding:0;} | |
| table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;} | |
| sup{vertical-align:text-top;} | |
| sub{vertical-align:text-bottom;} | |
| input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} | |
| input,textarea,select{*font-size:100%;} | |
| legend{color:#000;}del,ins{text-decoration:none;} | |
| * { | |
| margin: 0; |