From 5583cb91327abc53c70a3c2bb6173baac76db26b Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 11 Jan 2016 14:18:55 +0100 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c44f1f..7c5c812 100644 --- a/README.md +++ b/README.md @@ -199,14 +199,14 @@ The mapleader is simply a placeholder than can be used with custom mappings and is set to `\` by default. ```viml -nnoremap h :helpgrep +nnoremap h :helpgrep ``` This mapping is triggered by `\h`. If you want to use `h` instead: ```viml let mapleader = ' ' -nnoremap h :helpgrep +nnoremap h :helpgrep ``` **Note**: Set the mapleader before the mappings! All the leader mappings that