ma11hew28
ma11hew28

Reputation: 126387

TextMate New File Keyboard Shortcut

Is there a keyboard shortcut in TextMate to create a new, blank file in a project? Basically, it would do the same thing as clicking the new file + icon at the bottom of the Project Drawer.

Upvotes: 0

Views: 491

Answers (1)

Nerian
Nerian

Reputation: 16177

For TextMate 2, Alt + ⌘ Cmd + N will open a new file. Saving it will launch the new file dialog.

For TextMate, Shift+⌘ Cmd+N will launch the new file dialog, when you're in a project.

Before doing either, you may chose where to create the new file using the keyboard arrows and navigating through the directory tree. Use the shortcut when you are in the directory where you want the file to be created.

Upvotes: 7

Related Questions