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

Small fixes level 11 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ solutions to puzzles in Vim Adventures
#### Level 11
- go down to miracle puzzle
- miracle puzzle (15 key presses)
- yank 'you' with `ye`
- yank 'you ' with `yw`
- leave puzzle and re-enter on 'r' of 'rush' → `P b ~ 3w yw j w P rs`
- grab 'c' change operator
- go down to change puzzle
- change puzzle (44 key presses)
- start on 'C' of 'Ctrl+1,' → `3CEsc<Esc> j CInsert mode<Esc> G w cwreturn to<Esc> 2w c2wmode<Esc>`
- start on 'C' of 'Ctrl+1,' → `3CEsc<Esc> j Cinsert mode<Esc> G w cwreturn to<Esc> 2w c2wmode<Esc>`
- go down to second change puzzle
- second change puzzle
- edit each of the following red boxes, starting on the first letter of each box:
Expand Down