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

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

585 active golfers, 2521 entries

Solutions by @thevalenciandev:
16
#274 - The Valencian Dev / @thevalenciandev

10/12/2020 at 02:47PM

17
#>317 - The Valencian Dev / @thevalenciandev

10/12/2020 at 02:45PM

19
#>387 - The Valencian Dev / @thevalenciandev

10/12/2020 at 02:41PM

20
#>418 - The Valencian Dev / @thevalenciandev

10/12/2020 at 02:38PM

21
#>441 - The Valencian Dev / @thevalenciandev

10/12/2020 at 02:35PM

22
#>459 - The Valencian Dev / @thevalenciandev

10/12/2020 at 02:34PM