ohnnyj / brackets-numbertabs

8 stars 2 forks source link

Number Tabs Extension for Brackets

Toggle between documents using:

Key Bindings

This may be helpful for international (i.e. non-English) keyboards.
You can override the keybinding in your keymap.json file (Debug -> Open User Key Map).

The keys follow this pattern:

ohnny.numbertabs.(active|inactive).[1-9].

So, if you wanted to override the behaviour for the first tab of the active pane you would have:

"overrides": {
  "Cmd-Shift-1":     "ohnnyj.numbertabs.active.1"
}

Release Notes:

0.0.6

0.0.5

0.0.4

Screenshot