Issue #29 Command and file autocomplete
This commit is contained in:
parent
dfa44b5fa2
commit
7e1e03284a
4 changed files with 169 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ class Ex
|
|||
@registerAlias: (alias, name) =>
|
||||
@singleton()[alias] = (args) => @singleton()[name](args)
|
||||
|
||||
@getCommands: () =>
|
||||
Object.keys(@singleton())
|
||||
|
||||
quit: ->
|
||||
atom.workspace.getActivePane().destroyActiveItem()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue