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

Swap values inside brackets

Easy challenge.

Start file
#Everyday routine... :\ 

amazing_func("Some amazing text", 123, variable) # Kittens

def func():
	return 'Stuff for making movement harder'

def func2(m):
	v = 0
	for i in range(10):
		v += i*m
		print(v, i, m)

very_strange_func(42, foobar, 'Another text') # Dogs

test = func()
func2(len(test))
End file
#Everyday routine... :\ 

amazing_func(42, foobar, 'Another text') # Kittens

def func():
	return 'Stuff for making movement harder'

def func2(m):
	v = 0
	for i in range(10):
		v += i*m
		print(v, i, m)

very_strange_func("Some amazing text", 123, variable) # Dogs

test = func()
func2(len(test))

View Diff

3c3
< amazing_func("Some amazing text", 123, variable) # Kittens
---
> amazing_func(42, foobar, 'Another text') # Kittens
14c14
< very_strange_func(42, foobar, 'Another text') # Dogs
---
> very_strange_func("Some amazing text", 123, variable) # Dogs

Solutions by @rxbxccxv:

Unlock 12 remaining solutions by signing in and submitting your own entry
Created by: @Tpouhuk2

569 active golfers, 2464 entries

Solutions by @rxbxccxv:
15
#137 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:14AM

15
#>137 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:16AM

15
#>137 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:23AM

16
#>226 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:10AM

17
#>274 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:05AM

17
#>274 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:09AM

18
#>316 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:04AM

19
#>360 - Rebecca V. / @rxbxccxv

09/15/2018 at 05:59AM

19
#>360 - Rebecca V. / @rxbxccxv

09/15/2018 at 06:01AM

20
#>382 - Rebecca V. / @rxbxccxv

09/15/2018 at 05:57AM

21
#>411 - Rebecca V. / @rxbxccxv

09/15/2018 at 05:49AM

28
#>517 - Rebecca V. / @rxbxccxv

09/15/2018 at 05:45AM