Skip to content

ohnnyj/brackets-numbertabs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Number Tabs Extension for Brackets

Toggle between documents using:

  • Active Pane: Cmd/Ctrl + #(1-9)
  • Inactive Pane: Opt/Alt + #(1-9)

####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

  • Moves file dirty status and file close indicators away from numbers.

0.0.5

  • Change from Opt/Alt + Cmd/Ctrl to just Opt/Alt for switching from active to inactive pane.

0.0.4

  • Adds support for jumping between panes.

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published