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

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

69 active golfers, 334 entries

Solutions by @ow34480012:
25
#27 - ow / @ow34480012

04/29/2019 at 11:52AM

29
#>34 - ow / @ow34480012

04/29/2019 at 11:49AM

31
#>39 - ow / @ow34480012

04/29/2019 at 11:41AM

32
#>40 - ow / @ow34480012

04/29/2019 at 11:40AM

33
#>45 - ow / @ow34480012

04/29/2019 at 11:37AM

34
#>49 - ow / @ow34480012

04/29/2019 at 11:34AM

39
#>61 - ow / @ow34480012

04/29/2019 at 11:33AM

43
#>64 - ow / @ow34480012

04/29/2019 at 11:32AM

47
#>66 - ow / @ow34480012

04/29/2019 at 11:31AM

52
#>67 - ow / @ow34480012

04/29/2019 at 11:29AM

53
#>68 - ow / @ow34480012

04/29/2019 at 11:27AM