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

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

133 active golfers, 837 entries

Solutions by @LittleMotwo:
23
#6 - LittleMO / @LittleMotwo

07/11/2021 at 07:07AM

24
#>23 - LittleMO / @LittleMotwo

07/11/2021 at 07:05AM

33
#>42 - LittleMO / @LittleMotwo

07/11/2021 at 07:01AM

34
#>51 - LittleMO / @LittleMotwo

07/11/2021 at 04:32AM

35
#>55 - LittleMO / @LittleMotwo

07/11/2021 at 04:30AM

44
#>70 - LittleMO / @LittleMotwo

07/11/2021 at 04:28AM

47
#>76 - LittleMO / @LittleMotwo

07/11/2021 at 04:24AM

49
#>77 - LittleMO / @LittleMotwo

07/11/2021 at 04:21AM

71
#>107 - LittleMO / @LittleMotwo

07/11/2021 at 04:20AM

78
#>116 - LittleMO / @LittleMotwo

07/11/2021 at 04:18AM

117
#>127 - LittleMO / @LittleMotwo

07/11/2021 at 04:10AM