Created
January 13, 2016 21:03
-
-
Save adamsanderson/c0d46035207ecd9b56f1 to your computer and use it in GitHub Desktop.
Minimal Textmate config for Node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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