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

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

70 active golfers, 335 entries

Solutions by @IKvacenok:
23
#19 - someone / @IKvacenok

06/16/2023 at 11:09AM

24
#>23 - someone / @IKvacenok

06/16/2023 at 11:08AM

25
#>28 - someone / @IKvacenok

06/16/2023 at 11:06AM

26
#>30 - someone / @IKvacenok

06/16/2023 at 11:05AM

29
#>35 - someone / @IKvacenok

06/16/2023 at 11:02AM

32
#>43 - someone / @IKvacenok

06/16/2023 at 10:46AM

42
#>64 - someone / @IKvacenok

06/16/2023 at 10:42AM