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

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

134 active golfers, 845 entries

Solutions by @po6ix:
24
#27 - POSIX / @po6ix

01/07/2022 at 10:59AM

33
#>47 - POSIX / @po6ix

01/07/2022 at 10:58AM

34
#>53 - POSIX / @po6ix

01/07/2022 at 10:55AM

35
#>56 - POSIX / @po6ix

01/07/2022 at 10:50AM

35
#>56 - POSIX / @po6ix

01/07/2022 at 10:51AM

35
#>56 - POSIX / @po6ix

01/07/2022 at 10:55AM

35
#>56 - POSIX / @po6ix

01/08/2022 at 05:11AM

38
#>60 - POSIX / @po6ix

01/07/2022 at 10:48AM

39
#>62 - POSIX / @po6ix

01/07/2022 at 10:44AM

40
#>66 - POSIX / @po6ix

01/07/2022 at 10:43AM

41
#>67 - POSIX / @po6ix

01/07/2022 at 10:41AM

56
#>86 - POSIX / @po6ix

01/07/2022 at 10:34AM