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

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

580 active golfers, 2500 entries

Solutions by @sebnukem:
14
#11 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:42AM

15
#>169 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:37AM

15
#>169 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:41AM

16
#>244 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:35AM

17
#>295 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:32AM

17
#>295 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:40AM

18
#>334 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:31AM

21
#>427 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:25AM

24
#>487 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:24AM

30
#>539 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:16AM

32
#>547 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:13AM

36
#>561 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:12AM

60
#>572 - Sebastien Nicoud / @sebnukem

12/24/2018 at 02:08AM