Advertisement
Guest User

Favorite Sublime Text Shortcuts

a guest
Jul 15th, 2012
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     { "keys": ["super+shift+v"], "command": "paste" },
  3.     { "keys": ["super+v"], "command": "paste_and_indent" },
  4.     { "keys": ["super+k", "super+m"], "command": "toggle_minimap" }
  5. ]
  6.  
  7.  
  8. /*
  9.  
  10.     Split into lines: ⌘ ⇧ l              Swap line                  
  11.     Expand Selection:                        Up:             ⌃ ⌘ ⬆
  12.         Line:           ⌘ l                  Down:           ⌃ ⌘ ⬇
  13.         Scope:          ⌘ ⇧ ⎵
  14.         Brackets:       ⌃ ⇧ m            Commenting:
  15.         Indentation:    ⌘ ⇧ j                Line:           ⌘ /
  16.         Tag:            ⌘ ⇧ a                Block:          ⌘ ⌥ /
  17.                                          Join lines:     ⌘ j
  18.     Move cursor:                         Folding:
  19.         Brackets:       ⌃ m                  By Level:   ⌘ k , ⌘ #Num
  20.                                              Attributes: ⌘ k , ⌘ t
  21.     Close tag:      ⌘ ⌥ .                    Unfold:     ⌘ k , ⌘ 0
  22.  
  23.                                          Toggle Sidebar: ⌘ k , ⌘ b
  24.                                          Toggle Mini map:⌘ k , ⌘ m
  25.     Record macro:   ⌃ q                                    
  26.     Play macro:     ⌃ ⇧ q                                      
  27.                                        
  28. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement