803c3423b387

Adding additional backslash when setting maplocalleader
[view raw] [browse files]
author manojkumarm <reddymanoj@yahoo.com>
date Wed, 09 Nov 2011 11:10:53 -0600
parents c4c06d151703
children 62bd929d4bb6
branches/tags (none)
files chapters/06.markdown

Changes

--- 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 `<localleader>` in mappings and it will work just like `<leader>`
 does, except for resolving to a different key.