848c8d85f138

exercise
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 09 Oct 2011 15:14:27 -0400
parents effedad80866
children 68f40c419a18
branches/tags (none)
files chapters/16.markdown

Changes

--- a/chapters/16.markdown	Sun Oct 09 15:05:16 2011 -0400
+++ b/chapters/16.markdown	Sun Oct 09 15:14:27 2011 -0400
@@ -189,6 +189,10 @@
 check out `:help pattern-overview`.  Remember that the regex is inside of
 a string, so backslashes will need to be escaped.
 
+Add two autocommands to your `~/.vimrc` file that will create these mappings.
+Make sure to only map them in the appropriate buffers, and make sure to group
+them so they don't get duplicated each time you source the file.
+
 Read `:help normal`.
 
 Read `:help execute`.