atom-expose icon indicating copy to clipboard operation
atom-expose copied to clipboard

Quick tab overview of open files in the Atom editor

Atom Tabs Exposé Build Status

DEPRECATED: This package will no longer be maintained by me since I have switched permanently to VSCode.

Quick tab overview of open files. Similar to Mac OSX Exposé / Mission Control, Firefox Tab Group, Safari and Chrome Tab Overview, etc.

  • Shows active tab, panes and previews.
  • The text editor preview is taken from Minimap if present, else a suitable file icon is used.
  • Shows file icons in tabs if the file-icon package is installed.

expose-package

Keymaps

Toggle expose with cmd-shift-e on Mac OSX and alt-shift-e on Linux and Windows.

ESC and Enter closes the expose panel.

1 - 9 jumps to tabs.

and select tabs.

Just start typing to search among the shown tabs.

Tasks

  • [x] Basic exposé functionality
  • [x] Activate and close tabs
  • [x] Add tests
  • [x] Add detailed unit tests
  • [x] Tab preview images with fallback
  • [x] Show preview of images
  • [x] Tab icons
  • [x] Custom icons for more view classes
  • [x] Keyboard shortcuts (e.g. numbers)
  • [x] Move / sortable tabs
  • [x] Stay updated on workspace changes
  • [x] Show active tab and navigate with arrows
  • [ ] Show all project files options

Contributions, bug reports and feature requests are very welcome.

    - Martin