Fix :quitall
This commit is contained in:
parent
d6afe394ef
commit
059719bee4
1 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ class Ex
|
|||
atom.workspace.getActivePane().destroyActiveItem()
|
||||
|
||||
quitall: ->
|
||||
atom.workspace.getPanes()[0].destroy()
|
||||
atom.close()
|
||||
|
||||
q: => @quit()
|
||||
|
||||
|
|
@ -234,7 +234,7 @@ class Ex
|
|||
@wall()
|
||||
|
||||
wqall: =>
|
||||
atom.workspace.saveAll()
|
||||
@wall()
|
||||
@quitall()
|
||||
|
||||
wqa: =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue