Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 57959f8a083a7e0c45000001

Paragraph sort

My large herbivorous mammals, Vim commands, and POSIX utilities need to be sorted separately.

Start file
camel
elk
alpaca
deer
buffalo

buffer
delete
append
change
file
edit

date
chmod
awk
bc
End file
alpaca
buffalo
camel
deer
elk

append
buffer
change
delete
edit
file

awk
bc
chmod
date

View Diff

The :abc's of Vim, you could say, are the expansions of each single-letter
colon command. Here's the complete list:

:append
:buffer
:change
:delete
:edit
:file
:global
:help
:insert
:join
:k (:mark)
:list
:move
:next
:open
:print
:quit
:read
:substitute
:t (:copy)
:undo
:vglobal
:write
:xit (:exit)
:yank
:z

Solutions by @bschaenzer:

Unlock 5 remaining solutions by signing in and submitting your own entry
Created by: @udioica

123 active golfers, 430 entries

Solutions by @bschaenzer:
18
#93 - Brendan Schaenzer / @bschaenzer

09/30/2020 at 04:00PM

23
#>109 - Brendan Schaenzer / @bschaenzer

09/30/2020 at 03:59PM

27
#>115 - Brendan Schaenzer / @bschaenzer

09/30/2020 at 03:58PM

28
#>116 - Brendan Schaenzer / @bschaenzer

09/30/2020 at 03:56PM

31
#>117 - Brendan Schaenzer / @bschaenzer

09/30/2020 at 03:55PM