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

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

230 active golfers, 858 entries

Solutions by @herbage2:
30
#6 - herbage / @herbage2

12/10/2016 at 07:09AM

31
#>39 - herbage / @herbage2

12/10/2016 at 07:01AM

32
#>65 - herbage / @herbage2

12/10/2016 at 06:59AM

33
#>73 - herbage / @herbage2

12/10/2016 at 06:57AM

34
#>86 - herbage / @herbage2

12/10/2016 at 06:56AM

35
#>101 - herbage / @herbage2

12/10/2016 at 06:52AM

36
#>120 - herbage / @herbage2

12/10/2016 at 06:50AM

37
#>133 - herbage / @herbage2

12/10/2016 at 06:47AM

38
#>157 - herbage / @herbage2

12/10/2016 at 06:44AM

39
#>174 - herbage / @herbage2

12/10/2016 at 06:38AM

42
#>200 - herbage / @herbage2

12/10/2016 at 06:34AM