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

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

133 active golfers, 837 entries

Solutions by @youssef_magdy29:
24
#31 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 01:39AM

33
#>47 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 01:29AM

34
#>52 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 01:25AM

35
#>56 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 01:22AM

36
#>56 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 01:10AM

38
#>59 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 01:05AM

43
#>68 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 12:51AM

48
#>77 - Youssef Magdy / @youssef_magdy29

04/30/2022 at 12:48AM

59
#>91 - Youssef Magdy / @youssef_magdy29

04/29/2022 at 09:47PM

60
#>92 - Youssef Magdy / @youssef_magdy29

04/29/2022 at 09:37PM

63
#>97 - Youssef Magdy / @youssef_magdy29

04/29/2022 at 09:33PM