Table of Contents

  1. Preface
    1. About the Documentation
    2. Philosophy of TextMate
    3. Terminology
    4. Limitations
  2. Working With Multiple Files
    1. Creating Projects (With Tabs)
      1. Auto-Updating Projects
      2. Filtering Unwanted Files
      3. Text and Binary Files
      4. Positioning the Project Drawer
    2. Find and Replace in Projects
    3. Moving Between Files (With Grace)
  3. Navigation / Overview
    1. Bookmarks
    2. Collapsing Text Blocks (Foldings)
      1. Customizing Foldings
    3. Function Pop-up
      1. Customizing the List
  4. Working With Text
    1. Auto-Paired Characters (Quotes etc.)
    2. Completion
    3. Copy and Paste
      1. Clipboard History
      2. Re-indented Paste
    4. Editing Modes
      1. Freehanded Editing
      2. Overwrite Mode
    5. Find and Replace
      1. Inserting Newlines and Tabs in the Find Dialog
      2. Find Clipboard
    6. Moving Text
      1. Increase/Decrease Indent Level
      2. Move Text Up/Down/Left/Right
      3. Re-indent Text
    7. Selecting Text
      1. Editing Multiple Lines
      2. Column Selections
    8. Column Movement / Typing
    9. Smart Tab Behavior
    10. Spell Checking
    11. Using Spaces Instead of Tabs
  5. Bundles
    1. Activation of Bundle Items
      1. Key Equivalents
      2. Tab Triggers
    2. Editing Default Bundles / Items
    3. Deleting Default Bundles / Items
    4. Hiding Bundles
    5. Sharing Bundles and Bundle Items
    6. Assorted Bundles
      1. Diff
      2. HTML
      3. LaTeX
      4. Source
      5. SQL
      6. Subversion
      7. Text
      8. TextMate
      9. Xcode
    7. Getting More Bundles
      1. Installing Subversion
      2. Setting LC_CTYPE
      3. Installing a Bundle
      4. Support Folder
      5. RSS Feed With Bundle Change Log
  6. Macros
  7. Snippets
    1. Plain Text
    2. Variables
    3. Interpolated Shell Code
    4. Tab Stops
    5. Placeholders
    6. Mirrors
    7. Transformations
  8. Shell Commands
    1. Executing Commands / Filtering Text
    2. Search Path
  9. Environment Variables
    1. Dynamic Variables
    2. Static Variables
    3. Context Dependent Variables
    4. Project Dependent Variables
  10. Commands
    1. Command Input
    2. Command Output
    3. HTML Output
    4. Changing Output Type
    5. Useful bash Functions
    6. Dialogs (Requesting Input & Showing Progress)
  11. Drag Commands
  12. Language Grammars
    1. Example Grammar
    2. Language Rules
    3. Rule Keys
    4. Naming Conventions
  13. Scope Selectors
    1. Element Names
    2. Descendant Selectors
    3. Excluding Elements
    4. Grouping
    5. Ranking Matches
  14. Themes
    1. Sharing
  15. Preferences Items
    1. Completions
    2. Indentation
    3. Symbol List
    4. Paired Characters
    5. Other
  16. Key Bindings
    1. Bundle Items
    2. Menu Items
    3. Text Move / Edit Actions
      1. List of Standard Key Bindings
    4. Conventions
  17. Templates
  18. Printing
  19. Saving Files
    1. Atomic Saves
    2. Creator Code
    3. Encoding
    4. Extended Attributes (Metadata)
    5. Save Automatically when Focus Is Lost
  20. Regular Expressions
    1. Introduction
      1. External Resources
    2. Regular Expressions in TextMate
    3. Syntax (Oniguruma)
    4. Replacement String Syntax (Format Strings)
      1. Captures
      2. Case Foldings
      3. Conditional Insertions
      4. Escape Codes
  21. Calling TextMate from Other Applications
    1. Shell / Terminal
      1. The General EDITOR Variable
      2. Git Editor
      3. TeX Editor
      4. Edit from less
    2. URL Scheme (HTML)
    3. ODB Editor Suite
    4. Cocoa Text Fields
  22. Expert Preferences
    1. NSDragAndDropTextDelay
    2. NSRecentDocumentsLimit
    3. OakBundleItemsPopUpMenuKeyEquivalent
    4. OakBundleManagerDisambiguateMenuFontSize
    5. OakDefaultBundleForNewBundleItems
    6. OakDefaultLanguage
    7. OakDisableSessionRestore
    8. OakDocumentCustomFSMetaData
    9. OakDocumentDisableFSMetaData
    10. OakFindPanelDisableHistory
    11. OakToolTipMouseMoveIgnorePeriod and OakToolTipMouseDistanceThreshold
    12. OakWrapColumns
    13. OakWordsExcludedFromCapitalization
  23. Getting Help
    1. Mailing List
    2. IRC Channel
    3. Other Resources
      1. TextMate Cheat Sheet
      2. TextMate Tutorials
      3. Screencasts
  24. Appendix
    1. Property List Format
      1. Strings
      2. Arrays
      3. Dictionaries
    2. Indentation Rules
      1. Introduction
      2. The System
      3. Increase Pattern
      4. Decrease Pattern
      5. Increase Only Next Line
      6. Ignoring Lines
    3. Plug-in API