more "leader" keys
fixes #18
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sat, 16 Jun 2012 16:19:20 -0400 | 
    
    
    
        | parents | 
        0b3fa842dbe9 
 | 
    
    
        | children | 
        beb0d41a8929
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        chapters/06.markdown  | 
    
Changes
    
--- a/chapters/06.markdown	Sat Jun 16 16:16:24 2012 -0400
+++ b/chapters/06.markdown	Sat Jun 16 16:19:20 2012 -0400
@@ -8,11 +8,11 @@
 `<space>` normally does.  What if we need that key later?
 
 There are a bunch of keys that you don't normally need in your day-to-day Vim
-usage.  `\` doesn't do anything.  `-`, `H`, `L`, and `<space>` do things that
-you almost never need.  Depending on how you work you may find others that you
-never use.
+usage.  `-`, `H`, `L`, `<space>`, `<cr>`, and `<bs>` do things that you almost
+never need (in normal mode, of course).  Depending on how you work you may find
+others that you never use.
 
-Those are safe to map, but that only gives us five keys to work with.  What
+Those are safe to map, but that only gives us six keys to work with.  What
 happened to Vim's legendary customizability?
 
 Mapping Key Sequences