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

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

233 active golfers, 877 entries

Solutions by @alek_fed:
30
#10 - alekfed / @alek_fed

04/16/2019 at 02:04PM

31
#>42 - alekfed / @alek_fed

04/16/2019 at 02:03PM

32
#>66 - alekfed / @alek_fed

04/16/2019 at 02:02PM

33
#>75 - alekfed / @alek_fed

04/16/2019 at 02:01PM

35
#>104 - alekfed / @alek_fed

04/16/2019 at 02:00PM

36
#>122 - alekfed / @alek_fed

04/16/2019 at 01:59PM

37
#>137 - alekfed / @alek_fed

04/16/2019 at 01:58PM

38
#>159 - alekfed / @alek_fed

04/16/2019 at 01:57PM

39
#>176 - alekfed / @alek_fed

04/16/2019 at 01:56PM

40
#>196 - alekfed / @alek_fed

04/16/2019 at 01:54PM