diff --git a/lib/ex.coffee b/lib/ex.coffee index 684b2f6..8665f53 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -178,7 +178,9 @@ class Ex xit: (args...) => @wq(args...) - wa: -> + wa: => @wall() + + wall: -> atom.workspace.saveAll() split: (range, args) ->