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 9v006501ab56000000000258

Tic-Tac-Toe Grid Transformation

Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.

Start file
|x|o|o|
| |x|x|
|x| |o|
End file
|-----------|
|x x| o | o |
| x |o o|o o|
|x x| o | o |
|-----------|
|   |x x|x x|
|   | x | x |
|   |x x|x x|
|-----------|
|x x|   | o |
| x |   |o o|
|x x|   | o |
|-----------|

View Diff

1,3c1,13
< |x|o|o|
< | |x|x|
< |x| |o|
---
> |-----------|
> |x x| o | o |
> | x |o o|o o|
> |x x| o | o |
> |-----------|
> |   |x x|x x|
> |   | x | x |
> |   |x x|x x|
> |-----------|
> |x x|   | o |
> | x |   |o o|
> |x x|   | o |
> |-----------|

Solutions by @bornintheflames:

Unlock 8 remaining solutions by signing in and submitting your own entry
Created by: @Somin13

79 active golfers, 326 entries

Solutions by @bornintheflames:
70
#18 - Remus Dalrymple / @bornintheflames

12/06/2023 at 08:52PM

72
#>20 - Remus Dalrymple / @bornintheflames

12/06/2023 at 08:44PM

75
#>22 - Remus Dalrymple / @bornintheflames

12/06/2023 at 08:41PM

98
#>25 - Remus Dalrymple / @bornintheflames

12/06/2023 at 08:38PM

108
#>33 - Remus Dalrymple / @bornintheflames

12/06/2023 at 01:20AM

115
#>39 - Remus Dalrymple / @bornintheflames

12/05/2023 at 10:06PM

133
#>49 - Remus Dalrymple / @bornintheflames

12/05/2023 at 09:44PM

164
#>63 - Remus Dalrymple / @bornintheflames

12/05/2023 at 09:23PM