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