Skip to content

peterflynn/brackets-editor-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

File Navigation Shortcuts for Brackets

Adds Eclipse-style keyboard navigation to switch between open files:

  • Press Ctrl-Shift-E (⌘⇧E on Mac) to use Quick Open with just the "Working Files" list (type part of a file name and press Enter to open it).
    • While the standard Quick Open command searches all files in your project, this is filtered to only search open files (the "Working Files" list).
  • Press Ctrl-[ or Ctrl-] (⌘⇧[ or ⌘⇧] on Mac) to switch to the next/previous file in the "Working Files" list.
    • While the standard Ctrl-Tab shortcut navigates in MRU order, this navigates in the exact order shown in the "Working Files" list.
    • Keep Ctrl (or ⌘⇧) held down to skip past files without moving them to the front of the MRU order (just like the standard Ctrl-Tab).

How to Install

File Navigation Shortcuts is an extension for Brackets, a new open-source code editor for the web.

To install extensions:

  1. Choose File > Extension Manager and select the Available tab
  2. Search for this extension
  3. Click Install!

License

MIT-licensed -- see main.js for details.

Compatibility

Brackets 1.0 or newer

About

Brackets extension adding new file-navigation shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published