# HG changeset patch # User Steve Losh # Date 1325370293 18000 # Node ID ce3080899ffbea5ba1d827fc4800abbad3943273 # Parent 8d53ee8e74543e868a544b7c661b3c15fe9ec49a# Parent 067e066fd290666d8d69c3bbca92a61f58e2ef4b Merge. diff -r 8d53ee8e7454 -r ce3080899ffb chapters/07.markdown --- a/chapters/07.markdown Sat Dec 31 13:27:50 2011 -0500 +++ b/chapters/07.markdown Sat Dec 31 17:24:53 2011 -0500 @@ -107,11 +107,11 @@ * Use `ev` to open the file. * Add the mapping. -* Use `:wq` to write the file and close the split, bringing us back to where we +* Use `ZZ` to write the file and close the split, bringing us back to where we were. * Use `sv` to source the file and make our changes take effect. -That's six keystrokes plus whatever it takes to define the mapping. It's very +That's eight keystrokes plus whatever it takes to define the mapping. It's very little overhead, which reduces the chance that we break our concentration. Exercises