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

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

133 active golfers, 837 entries

Solutions by @andreaszwei:
24
#22 - Andreas Siegrist / @andreaszwei

06/11/2021 at 07:22PM

34
#>50 - Andreas Siegrist / @andreaszwei

06/11/2021 at 07:01PM

35
#>55 - Andreas Siegrist / @andreaszwei

06/11/2021 at 06:59PM

36
#>56 - Andreas Siegrist / @andreaszwei

06/11/2021 at 06:56PM

45
#>72 - Andreas Siegrist / @andreaszwei

06/11/2021 at 06:55PM

51
#>79 - Andreas Siegrist / @andreaszwei

06/11/2021 at 02:52PM

56
#>84 - Andreas Siegrist / @andreaszwei

06/11/2021 at 02:49PM

57
#>85 - Andreas Siegrist / @andreaszwei

06/11/2021 at 06:45PM

91
#>123 - Andreas Siegrist / @andreaszwei

06/11/2021 at 02:47PM