Skip to content

Instantly share code, notes, and snippets.

@alexshive
Created August 9, 2013 22:26
Show Gist options
  • Select an option

  • Save alexshive/6197824 to your computer and use it in GitHub Desktop.

Select an option

Save alexshive/6197824 to your computer and use it in GitHub Desktop.
Sublime Text: Goto Line (Command+L)
## Credit: http://sublimetext.userecho.com/topic/59156-command-for-goto-line/
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment