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
| $spacer: 1rem !default; | |
| $spacers: () !default; | |
| $spacers: map-merge( | |
| ( | |
| 0: 0, | |
| 1: ($spacer * .25), | |
| 2: ($spacer * .5), | |
| 3: $spacer, | |
| 4: ($spacer * 1.5), | |
| 5: ($spacer * 3) |
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"?> | |
| <root> | |
| <item> | |
| <name>F19 to F19</name> | |
| <appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, F19)</appendix> | |
| <identifier>private.f192f19</identifier> | |
| <autogen> | |
| --KeyOverlaidModifier-- | |
| KeyCode::F19, | |
| KeyCode::COMMAND_L, |
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
Show hidden characters
| { | |
| "keys": ["ctrl+super+r"], | |
| "command": "reveal_in_side_bar" | |
| } |
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
| { | |
| "keys": ["ctrl+super+o"], | |
| "command": "open_dir", | |
| "args": { | |
| "dir": "$file_path", | |
| "file": "$file_name" | |
| } | |
| } |
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
| <!-- Favicons --> | |
| <link rel="shortcut icon" href="images/favicon.ico"> | |
| <!-- No reflective shine effect rel="apple-touch-icon-precomposed" --> | |
| <!-- None Retina iPhone --> | |
| <link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png"> | |
| <!-- None Retina iPad --> | |
| <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> | |
| <!-- Retina iPhone --> | |
| <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> | |
| <!-- Retina iPad --> |