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 9v0060b82e38000000000208

Transpose a python matrix

Rotate the matrix in 90 degrees.

Start file
((1, 2, 3, 4),
 (5, 6, 7, 8),
 (9, 10, 11, 12),
 (13, 14, 15, 16))
End file
((1, 5, 9, 13),
 (2, 6, 10, 14),
 (3, 7, 11, 15),
 (4, 8, 12, 16))

View Diff

1,4c1,4
< ((1, 2, 3, 4),
<  (5, 6, 7, 8),
<  (9, 10, 11, 12),
<  (13, 14, 15, 16))
---
> ((1, 5, 9, 13),
>  (2, 6, 10, 14),
>  (3, 7, 11, 15),
>  (4, 8, 12, 16))

Solutions by @37fatos:

Unlock 9 remaining solutions by signing in and submitting your own entry
Created by: @Kyle98675198

132 active golfers, 823 entries

Solutions by @37fatos:
23
#7 - A A A / @37fatos

07/13/2021 at 01:29AM

24
#>24 - A A A / @37fatos

07/13/2021 at 01:27AM

24
#>24 - A A A / @37fatos

07/13/2021 at 01:28AM

33
#>41 - A A A / @37fatos

07/13/2021 at 01:25AM

34
#>50 - A A A / @37fatos

07/13/2021 at 01:20AM

34
#>50 - A A A / @37fatos

07/13/2021 at 01:23AM

35
#>54 - A A A / @37fatos

07/13/2021 at 01:18AM

44
#>69 - A A A / @37fatos

07/13/2021 at 01:09AM

56
#>84 - A A A / @37fatos

07/13/2021 at 12:56AM