commit
c751a90716
@ -152,6 +152,10 @@ What sounds complicated should become clear if you look at the following example
|
|||||||
" Gif config
|
" Gif config
|
||||||
map / <Plug>(easymotion-sn)
|
map / <Plug>(easymotion-sn)
|
||||||
omap / <Plug>(easymotion-tn)
|
omap / <Plug>(easymotion-tn)
|
||||||
|
|
||||||
|
" These `n` & `N` mappings are options. You do not have to map `n` & `N` to EasyMotion.
|
||||||
|
" Without these mappings, `n` & `N` works fine. (These mappings just provide
|
||||||
|
" different highlight method and have some other features )
|
||||||
map n <Plug>(easymotion-next)
|
map n <Plug>(easymotion-next)
|
||||||
map N <Plug>(easymotion-prev)
|
map N <Plug>(easymotion-prev)
|
||||||
```
|
```
|
||||||
|
@ -508,7 +508,9 @@ keymapping,
|
|||||||
|
|
||||||
<Leader>s{char}{char}{char}...<CR>
|
<Leader>s{char}{char}{char}...<CR>
|
||||||
|
|
||||||
You can use <C-h> to delete while typing.
|
You can use <C-h> to delete while typing, and Vim's default |n| & |N|
|
||||||
|
keymappings works after this motion(|<Plug>(easymotion-sn)|) to move next or
|
||||||
|
previous matches.
|
||||||
|
|
||||||
Note: the 'n' key motion provides incremental highlighting. If you don't
|
Note: the 'n' key motion provides incremental highlighting. If you don't
|
||||||
want to highlight incrementally, set |g:EasyMotion_inc_highlight|
|
want to highlight incrementally, set |g:EasyMotion_inc_highlight|
|
||||||
|
Loading…
Reference in New Issue
Block a user