Return to Snippet

Revision: 58790
at August 3, 2012 10:42 by cphoover


Initial Code
Shortcut                       Command
Optn+Cmd+ left arrow           Previous file tab
Optn+Cmd+Right arrow           Next file tab
Cmd+T                          Go to file
Cmd+L                          Go to line
Cmd+F2                         Add bookmark
F2                             Next bookmark
Shft+F2                        Previous bookmark
Optn+Cmd+L                     Show line numbers
Optn+Cmd+B                     Show bookmarks
Optn+Cmd+I                     Show invisibles
F1                             Fold current block
Ctrl+Optn+Cmd+D                Show project drawer
Ctrl+Optn+Cmd+P                Show web preview
Cmd+Z                          Undo
Shft+Cmd+Z                     Redo                     
Ctrl+Optn+Cmd+V                Clipboard history        
Ctrl+Cmd+V                     Paste without indentation
Optn+Cmd+E                     Freehand editing mode    
Optn+Cmd+O                     Overwrite mode           
Ctrl+W                         Select word
Shft+Cmd+L                     Select line
Cmd+Return                     Move to the end of line, insert a ; and then insert a newline
Shft+Cmd+Return                Will complete the current word based on matches in the current document.
Esc                            Press ESC continuously will cycle through multiple matches
Ctrl+U                         Convert to uppercase
Ctrl+Shft+ U                   Convert to lowercase
Ctrl+Optn+U                    Convert to title case
Optn+Cmd+[                     Indent line
Optn+Tab                       Increase indent level
Optn+Shft+Tab                  Decrease indent level
Optn+Cmd+A                     Edit each line in selection
Hold down Optn                 to select a column
Ctrl+Shft+K                    Delete current line
Ctrl+Shft+N                    Document statistics
Ctrl+Shft+D                    Duplicate current line
F5                             Sort lines in document / selection alphabetically
isoD+Tab                       Insert current date
c)+Tab                         Insert copyright notice
lorem+Tab                      Inserts lorem ipsum paragraph                       
Cmd+B                          Build current source/project (compile)
Cmd+R                          Run the current source
Ctrl+H                         Lookup current word in documentation
Ctrl+Shft+V                    Run syntax checker
Ctrl+Shft+W                    Wrap selection with a logical wrapper (e.g. You can then overtype p and add arguments)
Ctrl+Shft+H                    Convert the document into something which make sense
Enter                          Continue the current construct on the next line
Optn+Cmd+.                     Insert close element
Cmd+/                          Toggle comment characters around current selection
Ctrl+<                         Change the word just typed into open/close tag
Ctrl+Shft+L                    Wrap selection as link

Initial URL


Initial Description


Initial Title
Text Mate Shortcuts

Initial Tags


Initial Language
Other