diff --git a/lib/ex.coffee b/lib/ex.coffee index e026b96..9d505bd 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -254,6 +254,12 @@ class Ex wq: (args) => @write(args).then => @quit() + Wq: (args) => + @write(args).then => @quit() + + WQ: (args) => + @write(args).then => @quit() + wa: => @wall()