Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rrg committed Oct 30, 2013
1 parent e84ca33 commit ef51894
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
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.

0 comments on commit ef51894

Please sign in to comment.