Skip to content
New issue

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

Getting Started Guide #386

Open
andyfoster opened this issue Apr 6, 2024 · 0 comments
Open

Getting Started Guide #386

andyfoster opened this issue Apr 6, 2024 · 0 comments

Comments

@andyfoster
Copy link

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)

Example answer:

  1. Move cursor to the start of "one".
  2. Press i to enter insert mode, type (, press Esc.
  3. Move cursor after "one", press a, type ), press Esc.
  4. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant