Added :wall
While `:wa` previously existed, the full comment `:wall` did not.
This commit is contained in:
parent
5773c8f47b
commit
5c55c74e6a
1 changed files with 3 additions and 1 deletions
|
|
@ -178,7 +178,9 @@ class Ex
|
||||||
|
|
||||||
xit: (args...) => @wq(args...)
|
xit: (args...) => @wq(args...)
|
||||||
|
|
||||||
wa: ->
|
wa: => @wall()
|
||||||
|
|
||||||
|
wall: ->
|
||||||
atom.workspace.saveAll()
|
atom.workspace.saveAll()
|
||||||
|
|
||||||
split: (range, args) ->
|
split: (range, args) ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue