Sublime Forum

Bind alt+n to chose tab

#1

Help. Can’t find info, how bind alt+1 to change tab on first.

0 Likes

#2

It already does this - take a look at the File/Switch File menu

0 Likes

#3

Yes, but in Mac use cmd+n (how change to alt)
Thank.

0 Likes

#4

{ "keys": "alt+1"], "command": "select_by_index", "args": { "index": 0 } }, { "keys": "alt+2"], "command": "select_by_index", "args": { "index": 1 } }, // ...

0 Likes