Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 471 Bytes

List Open Files

Generates a text list of all the open files in current sublime text window.

Installation

Using Package Control, install "ListOpenFiles"

Keybindings

Add a keybinding by going to preferences->key Bindings-User

My preferred key binding:

[
   { "keys": ["ctrl+alt+l"], "command": "list_open_files" }
]

Command

list_open_files: Creates a text list of all the open files in Sublime Text.