Skip to content
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 @@ -235,8 +235,8 @@ solutions to puzzles in Vim Adventures
- G → `dG` when it is anywhere below you
- ( → `d(` when it is within the previous sentence
- ) → `d)` when it is within the next sentence
- * → `d*` when it is anywhere above you
- # → `d#` when it is anywhere above you
- \* → `d*` when it is anywhere above you
- \# → `d#` when it is anywhere above you
- get the '[{, [(, ]), and ]}' motions for finding unmatched braces and parenthesis
- puzzle with t and ^ bugs
- kill the 2 bugs
Expand Down