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

Column wise pasting

Make a table from 3 columns

Start file
1
2
3
4
5
6
7
8
9
10

97
98
99
100
101
102
103
104
105
106

201
202
203
204
205
206
207
208
209
210
End file
1       97      201
2       98      202
3       99      203
4       100     204
5       101     205
6       102     206
7       103     207
8       104     208
9       105     209
10      106     210

View Diff

1,32c1,10
< 1
< 2
< 3
< 4
< 5
< 6
< 7
< 8
< 9
< 10
<
< 97
< 98
< 99
< 100
< 101
< 102
< 103
< 104
< 105
< 106
<
< 201
< 202
< 203
< 204
< 205
< 206
< 207
< 208
< 209
< 210
---
> 1     97      201
> 2     98      202
> 3     99      203
> 4     100     204
> 5     101     205
> 6     102     206
> 7     103     207
> 8     104     208
> 9     105     209
> 10    106     210

Solutions by @zulolosi:

Unlock 1 remaining solutions by signing in and submitting your own entry
Created by: @__ngtrongkha

38 active golfers, 173 entries

Solutions by @zulolosi:
18
#9 - Petro Тrouq / @zulolosi

07/16/2024 at 10:18AM