# HG changeset patch # User Steve Losh # Date 1321225568 18000 # Node ID 1c1a07e9855fc7e3c8618af36a1fbf3df83f6533 # Parent 62bd929d4bb67179c1e5a8884960378230897536 Explain the \\ in localleader mappings. diff -r 62bd929d4bb6 -r 1c1a07e9855f chapters/06.markdown --- a/chapters/06.markdown Sun Nov 13 18:02:32 2011 -0500 +++ b/chapters/06.markdown Sun Nov 13 18:06:08 2011 -0500 @@ -80,8 +80,11 @@ :let maplocalleader = "\\" -You can use `` in mappings and it will work just like `` -does, except for resolving to a different key. +Notice that we have to use `\\` and not just `\` because `\` is the escape +character in strings. You'll learn more about this later. + +Now you can use `` in mappings and it will work just like +`` does, except for resolving to a different key. Exercises ---------