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 4fa0d2fa2037000001000057

Exchanging Quotes

Sometimes you need to exchange a choice of quotes in some code.

Start file
mystring = 'This quoted string contains \' and is also'
           'surrounded with \' characters.  It is also'
           'a multiline string too'
End file
mystring = "This quoted string contains ' and used to be"
           "surrounded with ' characters.  It is also"
           "a multiline string too"

View Diff

1,3c1,3
< mystring = 'This quoted string contains \' and is also'
<            'surrounded with \' characters.  It is also'
<            'a multiline string too'
---
> mystring = "This quoted string contains ' and used to be"
>            "surrounded with ' characters.  It is also"
>            "a multiline string too"

Solutions by @foobar01123:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @jlozinski

224 active golfers, 820 entries

Solutions by @foobar01123:
30
#11 - Miłosz Łakomy / @foobar01123

01/13/2020 at 04:20PM

31
#>40 - Miłosz Łakomy / @foobar01123

01/13/2020 at 04:19PM

32
#>63 - Miłosz Łakomy / @foobar01123

01/13/2020 at 04:17PM

34
#>84 - Miłosz Łakomy / @foobar01123

01/13/2020 at 04:15PM

35
#>100 - Miłosz Łakomy / @foobar01123

01/13/2020 at 03:57PM

36
#>118 - Miłosz Łakomy / @foobar01123

01/13/2020 at 03:55PM

40
#>188 - Miłosz Łakomy / @foobar01123

01/13/2020 at 03:53PM