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 5796493277f1fc12b1002044

Array of characters

We all copy paste things off the internet, but the syntax doesn't look right. Fix it as fast as possible.

Start file
# pound	< left angle bracket	$ dollar sign	+ plus sign
% percent	> right angle bracket	! exclamation point	` backtick
& ampersand	* asterisk	' single quotes	| pipe
{ left bracket	? question mark	= equal sign
} right bracket	/ forward slash	: colon	 
  blank spaces	@ at sign
End file
["#", "<", "$", "+", "%", ">", "!", "`", "&", "*", "'", "|", "{", "?", "=", "}", "/", ":", " ", "@"]

View Diff

1,6c1
< # pound	< left angle bracket	$ dollar sign	+ plus sign
< % percent	> right angle bracket	! exclamation point	` backtick
< & ampersand	* asterisk	' single quotes	| pipe
< { left bracket	? question mark	= equal sign
< } right bracket	/ forward slash	: colon	 
<   blank spaces	@ at sign
---
> ["#", "<", "$", "+", "%", ">", "!", "`", "&", "*", "'", "|", "{", "?", "=", "}", "/", ":", " ", "@"]

Solutions by @Samuel_OMalley:

Unlock 13 remaining solutions by signing in and submitting your own entry
Created by: @bennyty

44 active golfers, 150 entries

Solutions by @Samuel_OMalley:
33
#16 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 05:02PM

36
#>19 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 05:01PM

37
#>22 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 05:00PM

38
#>23 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:58PM

40
#>24 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:57PM

41
#>29 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:56PM

42
#>31 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:54PM

43
#>32 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:53PM

48
#>36 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:51PM

50
#>39 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:49PM

52
#>40 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:42PM

60
#>43 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:38PM

64
#>43 - Sam O'Malley / @Samuel_OMalley

10/11/2019 at 04:36PM