diff --git a/README.md b/README.md index 835f643..c8f871a 100644 --- a/README.md +++ b/README.md @@ -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