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

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

134 active golfers, 845 entries

Solutions by @spock9002:
24
#25 - spock900 / @spock9002

08/07/2021 at 11:30AM

33
#>43 - spock900 / @spock9002

07/25/2021 at 09:25PM

34
#>52 - spock900 / @spock9002

07/25/2021 at 05:58AM

35
#>56 - spock900 / @spock9002

07/25/2021 at 05:53AM

40
#>65 - spock900 / @spock9002

07/25/2021 at 05:51AM

42
#>68 - spock900 / @spock9002

07/25/2021 at 05:45AM

44
#>71 - spock900 / @spock9002

07/25/2021 at 05:40AM

45
#>73 - spock900 / @spock9002

07/25/2021 at 05:38AM

47
#>77 - spock900 / @spock9002

07/25/2021 at 05:11AM

50
#>79 - spock900 / @spock9002

07/25/2021 at 05:06AM

51
#>80 - spock900 / @spock9002

07/25/2021 at 04:58AM

55
#>83 - spock900 / @spock9002

07/25/2021 at 04:54AM

59
#>89 - spock900 / @spock9002

07/25/2021 at 04:44AM

63
#>98 - spock900 / @spock9002

07/25/2021 at 04:42AM

70
#>107 - spock900 / @spock9002

07/25/2021 at 04:34AM

85
#>122 - spock900 / @spock9002

07/25/2021 at 04:03AM