mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Typo
This commit is contained in:
parent
324b7da94a
commit
5583cb9132
@ -199,14 +199,14 @@ The mapleader is simply a placeholder than can be used with custom mappings and
|
|||||||
is set to `\` by default.
|
is set to `\` by default.
|
||||||
|
|
||||||
```viml
|
```viml
|
||||||
nnoremap <leader>h :helpgrep<right>
|
nnoremap <leader>h :helpgrep<space>
|
||||||
```
|
```
|
||||||
|
|
||||||
This mapping is triggered by `\h`. If you want to use `<space>h` instead:
|
This mapping is triggered by `\h`. If you want to use `<space>h` instead:
|
||||||
|
|
||||||
```viml
|
```viml
|
||||||
let mapleader = ' '
|
let mapleader = ' '
|
||||||
nnoremap <leader>h :helpgrep<right>
|
nnoremap <leader>h :helpgrep<space>
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: Set the mapleader before the mappings! All the leader mappings that
|
**Note**: Set the mapleader before the mappings! All the leader mappings that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user