diff --git a/lib/ex.coffee b/lib/ex.coffee index 1927bb0..7ee11b0 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -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: =>