Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gugat/f638f297859c2dc43aab to your computer and use it in GitHub Desktop.
Save gugat/f638f297859c2dc43aab to your computer and use it in GitHub Desktop.
Sublime Text keystroke toggle line numbers show/hide
{
"keys": ["ctrl+alt+l"],
"command": "toggle_setting",
"args": {
"setting": "line_numbers"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment