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 5bf26adb9a198b0009ce0a87

Simple format (2)

try again!

Start file
a==b equal to
a
!=b not equal to
a
>b greater than
a
>=b greater than or equal to
a
<b less than
a
<=b less than or equal to
End file
        a == b          equal to
        a
!= b          not equal to
        a
>  b          greater than
        a
>= b          greater than or equal to
        a
<  b          less than
        a
<= b          less than or equal to

View Diff

1,6c1,6
< a==b equal to
< a!=b not equal to
< a>b greater than
< a>=b greater than or equal to
< a<b less than
< a<=b less than or equal to
---
>       a == b          equal to
>       a != b          not equal to
>       a >  b          greater than
>       a >= b          greater than or equal to
>       a <  b          less than
>       a <= b          less than or equal to

Solutions by @Sakigw:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @zacoxi

70 active golfers, 335 entries

Solutions by @Sakigw:
25
#24 - Saki Gw / @Sakigw

11/19/2018 at 03:03PM

26
#>29 - Saki Gw / @Sakigw

11/19/2018 at 02:03PM

26
#>29 - Saki Gw / @Sakigw

11/19/2018 at 02:30PM

27
#>30 - Saki Gw / @Sakigw

11/19/2018 at 01:29PM

28
#>30 - Saki Gw / @Sakigw

11/19/2018 at 11:41AM

28
#>30 - Saki Gw / @Sakigw

11/19/2018 at 01:56PM

29
#>32 - Saki Gw / @Sakigw

11/19/2018 at 11:40AM

30
#>35 - Saki Gw / @Sakigw

11/19/2018 at 10:57AM

31
#>39 - Saki Gw / @Sakigw

11/19/2018 at 10:53AM

32
#>40 - Saki Gw / @Sakigw

11/19/2018 at 08:25AM