# HG changeset patch # User Nate Kane # Date 1325486905 -36000 # Node ID d64120a6e4a2498e2b3a38766c6f215566807f5f # Parent ce3080899ffbea5ba1d827fc4800abbad3943273 Typo. diff -r ce3080899ffb -r d64120a6e4a2 chapters/09.markdown --- a/chapters/09.markdown Sat Dec 31 17:24:53 2011 -0500 +++ b/chapters/09.markdown Mon Jan 02 16:48:25 2012 +1000 @@ -17,8 +17,8 @@ will delete the current line. Now try pressing only `j` and waiting for a bit. If you don't press `k` quickly -after the `j`, Vim decides that you don't want to active the mapping and instead -runs the normal `j` functionality (moving down a line). +after the `j`, Vim decides that you don't want to activate the mapping and +instead runs the normal `j` functionality (moving down a line). This mapping will make it painful to move around our file, so lets remove it. Run the following command: