ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Open​Files​Lister

by bantya ST3

List open files in awesome Sublime Text

Details

Installs

  • Total 1K
  • Win 857
  • Mac 226
  • Linux 220
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12
Windows 0 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0
Mac 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

📃 OpenFilesLister

⚡ List open files in awesome Sublime Text

Plugin usage

😊 The super-handy shortcut alt+p or option+p shows the list of all the visible files (if not in file_exclude_patterns in .sublime-project) to choose from and go to is used by almost all Sublime Text users.

🙄 This handy shortcut is somewhat cumbersome in one case. Switching to an already editing file is somewhat overkill when using this command as it lists almost all the files in your project. This behavior annoys me and may certainly annoy you.

😌 Thus to get you relieved, here is a brand new plugin which with a simple keystroke alt+p or option+p lists only the files you are currently editing. It makes you keep your attention on what you are editing and not on what you should choose to edit.

⚙ Setting:

"show_untitled_files":

This setting will toggle the inclusion of untitled (non-saved) files in the open files list.

Default value: false

Possible values:

  • true: Include the untitled files.
  • false: Do not include the untitled files.

🤔 Remember:

When show_untitled_files is set to false, and you are invoking the command from an untitled file, the list will appear highlighting the next file in the stack.

🙌 Any Suggestions? Want to contribute?

This project is MIT licensed.

If you have any suggestions regarding to the package or want to contribute then please feel free to do so.