diff --git a/lib/ex.coffee b/lib/ex.coffee index a6d8ce2..c208c7b 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -6,6 +6,8 @@ class Ex atom.workspace.getActivePane().saveActiveItemAs() w: => @write() + wa: -> + atom.workspace.saveAll() split: (filePaths) -> pane = atom.workspace.getActivePane()