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