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

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

569 active golfers, 2464 entries

Solutions by @astatine0x55:
14
#6 - あすたちん / @astatine0x55

12/01/2018 at 03:07PM

15
#>162 - あすたちん / @astatine0x55

12/01/2018 at 03:05PM

16
#>237 - あすたちん / @astatine0x55

12/01/2018 at 03:02PM

17
#>285 - あすたちん / @astatine0x55

12/01/2018 at 02:59PM

18
#>327 - あすたちん / @astatine0x55

12/01/2018 at 02:55PM

18
#>327 - あすたちん / @astatine0x55

12/01/2018 at 02:58PM

19
#>363 - あすたちん / @astatine0x55

12/01/2018 at 02:49PM

21
#>416 - あすたちん / @astatine0x55

12/01/2018 at 02:57PM

23
#>456 - あすたちん / @astatine0x55

12/01/2018 at 02:46PM

23
#>456 - あすたちん / @astatine0x55

12/01/2018 at 02:47PM

27
#>514 - あすたちん / @astatine0x55

12/01/2018 at 02:44PM