diff --git a/lib/ex.coffee b/lib/ex.coffee index ca0ca0e..0e9cea8 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -228,7 +228,9 @@ class Ex xit: (args) => @wq(args) - wa: -> + wa: => @wall() + + wall: -> atom.workspace.saveAll() split: ({ range, args }) ->