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

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

579 active golfers, 2496 entries

Solutions by @delonleonard:
14
#67 - Delon / @delonleonard

12/26/2019 at 01:21PM

14
#>67 - Delon / @delonleonard

12/26/2019 at 01:23PM

14
#>67 - Delon / @delonleonard

12/26/2019 at 01:25PM

14
#>67 - Delon / @delonleonard

12/26/2019 at 01:26PM

14
#>67 - Delon / @delonleonard

12/26/2019 at 01:27PM

15
#>193 - Delon / @delonleonard

12/26/2019 at 01:21PM

16
#>260 - Delon / @delonleonard

12/26/2019 at 01:20PM

17
#>307 - Delon / @delonleonard

12/26/2019 at 01:20PM

18
#>344 - Delon / @delonleonard

12/26/2019 at 01:19PM

19
#>379 - Delon / @delonleonard

12/26/2019 at 01:18PM

21
#>433 - Delon / @delonleonard

12/26/2019 at 01:16PM

22
#>453 - Delon / @delonleonard

12/26/2019 at 01:15PM

25
#>512 - Delon / @delonleonard

12/26/2019 at 01:12PM

29
#>531 - Delon / @delonleonard

12/26/2019 at 01:11PM

29
#>531 - Delon / @delonleonard

12/26/2019 at 01:13PM

30
#>540 - Delon / @delonleonard

12/26/2019 at 01:09PM

31
#>546 - Delon / @delonleonard

12/26/2019 at 01:06PM