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

Copy punctuation

I want to copy the last line’s brackets, quotes, and commas to each line. How?

Start file
  #808220    #FF0214    #FFD840    #708230
 
#808200    #FF0170    #FFD820    #708210
 
#808180    #FF0144    #FFD800    #708190
 
#808160    #FF0120    #FFD780    #708170
 
#808140    #FF0074    #FFD760    #708150
 
#808120    #FF0050    #FFD740    #708130
 
#808100    #FF0024    #FFD720    #708110
['#808080', '#FF0000', '#FFD700', '#708090']
End file
['#808220', '#FF0214', '#FFD840', '#708230']
['#808200', '#FF0170', '#FFD820', '#708210']
['#808180', '#FF0144', '#FFD800', '#708190']
['#808160', '#FF0120', '#FFD780', '#708170']
['#808140', '#FF0074', '#FFD760', '#708150']
['#808120', '#FF0050', '#FFD740', '#708130']
['#808100', '#FF0024', '#FFD720', '#708110']
['#808080', '#FF0000', '#FFD700', '#708090']

View Diff

1,7c1,7
<   #808220    #FF0214    #FFD840    #708230
<   #808200    #FF0170    #FFD820    #708210
<   #808180    #FF0144    #FFD800    #708190
<   #808160    #FF0120    #FFD780    #708170
<   #808140    #FF0074    #FFD760    #708150
<   #808120    #FF0050    #FFD740    #708130
<   #808100    #FF0024    #FFD720    #708110
---
> ['#808220', '#FF0214', '#FFD840', '#708230']
> ['#808200', '#FF0170', '#FFD820', '#708210']
> ['#808180', '#FF0144', '#FFD800', '#708190']
> ['#808160', '#FF0120', '#FFD780', '#708170']
> ['#808140', '#FF0074', '#FFD760', '#708150']
> ['#808120', '#FF0050', '#FFD740', '#708130']
> ['#808100', '#FF0024', '#FFD720', '#708110']

Solutions by @danielf:

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

138 active golfers, 540 entries

Solutions by @danielf:
19
#8 - Daniel Fleischman / @danielf

07/24/2024 at 10:38PM

22
#>19 - Daniel Fleischman / @danielf

07/24/2024 at 10:37PM

23
#>23 - Daniel Fleischman / @danielf

07/24/2024 at 10:36PM

25
#>26 - Daniel Fleischman / @danielf

07/24/2024 at 10:34PM

28
#>29 - Daniel Fleischman / @danielf

07/24/2024 at 10:32PM

30
#>39 - Daniel Fleischman / @danielf

07/24/2024 at 10:31PM

32
#>52 - Daniel Fleischman / @danielf

07/24/2024 at 10:30PM

34
#>59 - Daniel Fleischman / @danielf

07/24/2024 at 10:29PM

36
#>70 - Daniel Fleischman / @danielf

07/24/2024 at 10:27PM

42
#>83 - Daniel Fleischman / @danielf

07/24/2024 at 10:26PM

73
#>118 - Daniel Fleischman / @danielf

07/24/2024 at 10:24PM

92
#>128 - Daniel Fleischman / @danielf

07/24/2024 at 10:21PM