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()
|
atom.workspace.getActivePane().destroyActiveItem()
|
||||||
|
|
||||||
quitall: ->
|
quitall: ->
|
||||||
atom.workspace.getPanes()[0].destroy()
|
atom.close()
|
||||||
|
|
||||||
q: => @quit()
|
q: => @quit()
|
||||||
|
|
||||||
|
|
@ -234,7 +234,7 @@ class Ex
|
||||||
@wall()
|
@wall()
|
||||||
|
|
||||||
wqall: =>
|
wqall: =>
|
||||||
atom.workspace.saveAll()
|
@wall()
|
||||||
@quitall()
|
@quitall()
|
||||||
|
|
||||||
wqa: =>
|
wqa: =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue