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

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

230 active golfers, 858 entries

Solutions by @zulolosi:
30
#3 - Petro Тrouq / @zulolosi

06/01/2013 at 02:44AM

31
#>32 - Petro Тrouq / @zulolosi

06/01/2013 at 02:40AM

32
#>63 - Petro Тrouq / @zulolosi

06/01/2013 at 02:37AM

33
#>72 - Petro Тrouq / @zulolosi

06/01/2013 at 02:34AM

34
#>82 - Petro Тrouq / @zulolosi

06/01/2013 at 02:32AM

35
#>97 - Petro Тrouq / @zulolosi

06/01/2013 at 02:30AM

36
#>112 - Petro Тrouq / @zulolosi

06/01/2013 at 02:27AM

37
#>128 - Petro Тrouq / @zulolosi

06/01/2013 at 02:21AM

38
#>152 - Petro Тrouq / @zulolosi

06/01/2013 at 02:19AM

47
#>215 - Petro Тrouq / @zulolosi

06/01/2013 at 02:18AM