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 @filbranden:

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

70 active golfers, 335 entries

Solutions by @filbranden:
23
#5 - Filipe Brandenburger / @filbranden

02/17/2019 at 10:16AM

24
#>22 - Filipe Brandenburger / @filbranden

02/17/2019 at 10:14AM

25
#>26 - Filipe Brandenburger / @filbranden

02/17/2019 at 10:07AM

29
#>35 - Filipe Brandenburger / @filbranden

02/17/2019 at 10:03AM

31
#>40 - Filipe Brandenburger / @filbranden

02/17/2019 at 10:00AM

33
#>46 - Filipe Brandenburger / @filbranden

02/17/2019 at 09:58AM

36
#>55 - Filipe Brandenburger / @filbranden

02/17/2019 at 09:56AM

39
#>61 - Filipe Brandenburger / @filbranden

02/17/2019 at 09:49AM