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 @Ameen_P1:

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

230 active golfers, 858 entries

Solutions by @Ameen_P1:
30
#5 - Ameen P / @Ameen_P1

06/18/2016 at 07:37AM

31
#>39 - Ameen P / @Ameen_P1

06/18/2016 at 07:30AM

32
#>65 - Ameen P / @Ameen_P1

06/18/2016 at 07:27AM

33
#>73 - Ameen P / @Ameen_P1

06/18/2016 at 07:23AM

34
#>86 - Ameen P / @Ameen_P1

06/18/2016 at 07:20AM

34
#>86 - Ameen P / @Ameen_P1

06/18/2016 at 07:23AM

35
#>101 - Ameen P / @Ameen_P1

06/18/2016 at 07:19AM

36
#>120 - Ameen P / @Ameen_P1

06/18/2016 at 07:14AM

40
#>193 - Ameen P / @Ameen_P1

06/18/2016 at 07:16AM

43
#>203 - Ameen P / @Ameen_P1

06/18/2016 at 07:13AM

48
#>217 - Ameen P / @Ameen_P1

06/18/2016 at 07:13AM