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

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

141 active golfers, 907 entries

Solutions by @hector_genz:
40
#68 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:31AM

40
#>68 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:56AM

42
#>71 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:22AM

42
#>71 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:26AM

44
#>74 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:20AM

46
#>78 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:18AM

47
#>80 - Hector Gonzalez / @hector_genz

08/05/2021 at 05:17AM

50
#>83 - Hector Gonzalez / @hector_genz

08/05/2021 at 04:34AM

51
#>84 - Hector Gonzalez / @hector_genz

08/05/2021 at 04:33AM

58
#>93 - Hector Gonzalez / @hector_genz

08/05/2021 at 06:22AM

88
#>127 - Hector Gonzalez / @hector_genz

08/05/2021 at 04:30AM