Skip to content

Instantly share code, notes, and snippets.

@claudioovp
Last active August 29, 2015 14:18
Show Gist options
  • Save claudioovp/e1ebd744d8db3f6f580e to your computer and use it in GitHub Desktop.
Save claudioovp/e1ebd744d8db3f6f580e to your computer and use it in GitHub Desktop.
Sublime Tips

Sublime Text - Shortcuts

  • Match Tag Pair Outward (selecciona tag completo)

    ⌃ + D (OSX Control + D)

    Ctrl + , (windows)

  • Match Tag Pair Inward (selecciona interior tag)

    ⌃ + J (OSX Control + J)

    Shift + Ctrl + 0 (windows)

  • Rename Tag

    ⇧ + ⌘ + K (OSX Shift + Command + K)

    Shift + Ctrl + ' (windows)

  • Encode/Decode Image to data:URL (base64) (cursor sobre la ruta de la imagen y la convierte en base64)

    ⌃ + ⇧ + D (OSX Control + Shift + D)

    Ctrl + ' (windows)

  • Extra cursor on the line above

    ⌃ + ⇧ + ↑


More links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment