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
{ | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Packages/iaian-theme/solarizedDark-IaianMod.tmTheme", | |
"detect_slow_plugins": false, | |
"font_size": 10, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Emmet" |
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
SetTitleMatchMode, Fast | |
^u:: ; Hit ctrl+u over IE to show page source | |
WinGetActiveTitle, MyTitle | |
If (RegexMatch(MyTitle, "i)(.*)Windows Internet Explorer")) ; If windows internet explorer is found at the end of the window title | |
{ | |
;run macro for showing source code | |
Send {Alt} |
NewerOlder