Sublime Forum

Command + T used to open new file in new tab

#1

I restored my setting to default. I remember that command + t (on a mac) just like on a web browser, would open up a new tab / file. Currently command + n does this, command + t opens a panel of files open.

0 Likes

#2

You can overwrite the the keybinding. In your personal keybindings create this entry (in User/Default (OSX).sublime-keymap).

{ "keys": "super+t"], "command": "new_file" }
0 Likes