# HG changeset patch # User manojkumarm # Date 1320858653 21600 # Node ID 803c3423b387d808050224fad5adad47bb292fda # Parent c4c06d15170335d78c6d145029f82ed128c8f865 Adding additional backslash when setting maplocalleader diff -r c4c06d151703 -r 803c3423b387 chapters/06.markdown --- a/chapters/06.markdown Tue Nov 08 20:08:47 2011 -0500 +++ b/chapters/06.markdown Wed Nov 09 11:10:53 2011 -0600 @@ -78,7 +78,7 @@ We'll talk about how to make mappings for specific types of files later in the book, but you can go ahead and set your "localleader" now: - :let maplocalleader = "\" + :let maplocalleader = "\\" You can use `` in mappings and it will work just like `` does, except for resolving to a different key.