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

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

137 active golfers, 871 entries

Solutions by @alythobani:
24
#42 - Aly Thobani / @alythobani

04/07/2024 at 08:24PM

33
#>51 - Aly Thobani / @alythobani

04/07/2024 at 08:10PM

34
#>56 - Aly Thobani / @alythobani

04/07/2024 at 08:07PM

35
#>58 - Aly Thobani / @alythobani

04/07/2024 at 08:04PM

37
#>60 - Aly Thobani / @alythobani

04/07/2024 at 08:02PM

39
#>65 - Aly Thobani / @alythobani

04/07/2024 at 07:41PM

39
#>65 - Aly Thobani / @alythobani

04/07/2024 at 07:56PM

40
#>68 - Aly Thobani / @alythobani

04/07/2024 at 07:38PM

42
#>69 - Aly Thobani / @alythobani

04/07/2024 at 12:38AM

44
#>74 - Aly Thobani / @alythobani

04/07/2024 at 12:35AM

48
#>79 - Aly Thobani / @alythobani

04/06/2024 at 10:24PM

65
#>100 - Aly Thobani / @alythobani

04/06/2024 at 10:16PM

81
#>123 - Aly Thobani / @alythobani

04/06/2024 at 10:12PM

181
#>134 - Aly Thobani / @alythobani

04/06/2024 at 09:33PM