Generates a text list of all the open files in current sublime text window.
Using Package Control, install "ListOpenFiles"
Add a keybinding by going to preferences->key Bindings-User
My preferred key binding:
[
{ "keys": ["ctrl+alt+l"], "command": "list_open_files" }
]
list_open_files: Creates a text list of all the open files in Sublime Text.