It would be nice to have a page for new users to get up to speed with how VimGolf works. #feature-request
Maybe some good starter exercises or a little tutorial to get their first score posted.
E.g. Challenge: Words in parens
https://www.vimgolf.com/challenges/5192f96ad8df110002000002
Start file
End file
Example answer:
- Move cursor to the start of "one".
- Press i to enter insert mode, type (, press Esc.
- Move cursor after "one", press a, type ), press Esc.
- Repeat steps for "two" and "three".
Type :wq to save and w to submit your answer.
Refresh the webpage and see what solutions others have come up with.
Happy golfing
Hints
- Look into
:%s/old/new with :help :s
It would be nice to have a page for new users to get up to speed with how VimGolf works. #feature-request
Maybe some good starter exercises or a little tutorial to get their first score posted.
E.g. Challenge: Words in parens
https://www.vimgolf.com/challenges/5192f96ad8df110002000002
Start file
End file
Example answer:
Type
:wqto save andwto submit your answer.Refresh the webpage and see what solutions others have come up with.
Happy golfing
Hints
:%s/old/newwith:help :s