From 16983e43478ee7720a71af1f2aeb8b0a2c12bb69 Mon Sep 17 00:00:00 2001 From: brando90 Date: Sat, 25 Jul 2020 10:01:12 -0500 Subject: [PATCH 1/2] Update README.md correction on P that solves the puzzle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835f643..6c4a80b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ solutions to puzzles in Vim Adventures - paste that 't' using `p` in all the spots that it indicates - go left and down to the line delete puzzle below the house - line delete puzzle below house (7 key presses) - - start on 'd' of 'round', `j dj k P G p` + - start on 'd' of 'round', `j dj k P G P` - grab the '"' register specification - go up to the house and save the 't' character into another register (such as "a) `"ax` - go down, right, and up to the 't and x puzzle' above the 't puzzle' From 2ef838d015e29f2d361f1e0d4057649303c3c51d Mon Sep 17 00:00:00 2001 From: brando90 Date: Sat, 25 Jul 2020 10:01:21 -0500 Subject: [PATCH 2/2] Update README.md correction on P that solves the puzzle