We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
one two three
End file
(one) (two) (three)
Type :wq to save and w to submit your answer.
:wq
w
Refresh the webpage and see what solutions others have come up with.
Happy golfing
:%s/old/new
:help :s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:wq
to save andw
to submit your answer.Refresh the webpage and see what solutions others have come up with.
Happy golfing
Hints
:%s/old/new
with:help :s
The text was updated successfully, but these errors were encountered: