Skip to content

Instantly share code, notes, and snippets.

@adamsanderson
Created January 13, 2016 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamsanderson/c0d46035207ecd9b56f1 to your computer and use it in GitHub Desktop.
Save adamsanderson/c0d46035207ecd9b56f1 to your computer and use it in GitHub Desktop.
Minimal Textmate config for Node
# Should parent directory in window title:
windowTitle = "${TM_DIRECTORY/^.*\///}/$TM_DISPLAYNAME"
# Hide node_modules from search and chooser:
excludeInFolderSearch = "node_modules"
excludeInFileChooser = "node_modules"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment