diff --git a/lib/ex.coffee b/lib/ex.coffee index 207b25d..024f04c 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -110,6 +110,8 @@ class Ex wq: (filePath) => @write(filePath).then => @quit() + + x: => @wq() wa: -> atom.workspace.saveAll()