OpenFilesLister
List open files in awesome Sublime Text
Details
Installs
- Total 1K
- Win 899
- Mac 251
- Linux 232
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 | 0 | 0 | 0 | 0 |
Linux | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
📃 OpenFilesLister
⚡ List open files in awesome Sublime Text
😊 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.