Skip to content

Instantly share code, notes, and snippets.

@Lasha
Created June 19, 2015 19:29
Show Gist options
  • Save Lasha/10afa56085ec3b8d89f4 to your computer and use it in GitHub Desktop.
Save Lasha/10afa56085ec3b8d89f4 to your computer and use it in GitHub Desktop.
Sublime Text – key mapping – toggle retina antialiasing
{
"keys": ["ctrl+alt+t"],
"command": "set_setting",
"args": {
"setting": "font_options",
"value": ["gray_antialias"]
}
},
{
"keys": ["ctrl+alt+shift+t"],
"command": "set_setting",
"args": {
"setting": "font_options",
"value": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment