Skip to content

Instantly share code, notes, and snippets.

@kewah
Last active December 11, 2017 20:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kewah/3361641 to your computer and use it in GitHub Desktop.
Save kewah/3361641 to your computer and use it in GitHub Desktop.
Sublime Text 2 - Shortcuts

HTML


  • alt+shift+w: Wrapping content with tag
  • super+shift+a: Select content into tag

Bookmarks


  • super+f2: Toggle bookmark
  • f2: Next bookmark
  • shift+f2: Previous bookmark
  • super+shift+f2: Clear bookmarks

Text


  • super+ku: To uppercase
  • super+kl: To lowercase

Selection


  • super+alt+g: Find next word
  • ctrl+l: show at center

View


  • crtl+shift+[num]: Focus group
  • ctrl+alt+shift+[num]: Move file to group

Editing


  • super+l: Select line
  • super+d: Select word
  • ctrl+shift+m: Select content into brackets
  • super+shift+enter: Insert line before
  • super+enter: Inter line after
  • ctrl+shift+k: Delete line
  • super+k-k: Delete from cursor to end of line
  • super+backspace: Delete from cursor to start of line
  • super+j: Join lines
  • ctrl+m: Jump to matching brackets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment