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

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

69 active golfers, 334 entries

Solutions by @hepebexe:
23
#16 - hepebexè / @hepebexe

02/14/2021 at 09:28PM

24
#>22 - hepebexè / @hepebexe

02/14/2021 at 05:45PM

25
#>27 - hepebexè / @hepebexe

02/14/2021 at 05:21PM

26
#>29 - hepebexè / @hepebexe

02/14/2021 at 05:15PM

29
#>34 - hepebexè / @hepebexe

02/14/2021 at 11:12AM

29
#>34 - hepebexè / @hepebexe

02/14/2021 at 11:28AM

30
#>37 - hepebexè / @hepebexe

02/13/2021 at 10:44PM

32
#>42 - hepebexè / @hepebexe

02/13/2021 at 10:42PM

35
#>52 - hepebexè / @hepebexe

02/13/2021 at 10:36PM