-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
List Open Files | ||
========== | ||
|
||
Generates a text list of all the open files in current sublime text window. | ||
|
||
Installation: | ||
Installation | ||
------------ | ||
|
||
Using Package Control, install "ListOpenFiles" | ||
|
||
|
||
Add keymap for the command | ||
Keybindings | ||
------------ | ||
|
||
Add a keybinding by going to preferences->key Bindings-User | ||
|
||
|
||
My preferred key binding: | ||
|
||
[ | ||
{ "keys": ["ctrl+alt+l"], "command": "list_open_files" } | ||
] | ||
|
||
Command: | ||
|
||
Command | ||
------------ | ||
list_open_files: Creates a text list of all the open files in Sublime Text. |