1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00

docs(incsearch): update :h SpaceVim-layers-incsearch

This commit is contained in:
Shidong Wang 2021-10-16 11:32:33 +08:00
parent ea07a88be4
commit d5d2f1e066
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848
2 changed files with 28 additions and 30 deletions

View File

@ -12,22 +12,21 @@
" @parentsection layers
" This layer improved incremental searching for neovim/vim
"
" mappings
" @subsection key bindings
"
" The following key bindings will be defined when this layer is loaded.
" >
" key mode description
" / n/v incsearch forward
" ? n/v incsearch backward
" g/ n/v incsearch stay
" n n nohlsearch n
" N n nohlsearch N
" * n nohlsearch *
" g* n nohlsearch g*
" # n nohlsearch #
" g# n nohlsearch g#
" z/ n incsearch fuzzy /
" z? n incsearch fuzzy ?
" zg? n incsearch fuzzy g?
" <Space>/ n incsearch easymotion
" key binding description
" / incsearch forward
" ? incsearch backward
" g/ incsearch stay
" n nohlsearch n
" N nohlsearch N
" * nohlsearch *
" # nohlsearch #
" g* nohlsearch g*
" g# nohlsearch g#
" SPC b / fuzzy find word
" <
let s:filename = expand('<sfile>:~')

View File

@ -1689,22 +1689,21 @@ INCSEARCH *SpaceVim-layers-incsearch*
This layer improved incremental searching for neovim/vim
mappings
KEY BINDINGS
The following key bindings will be defined when this layer is loaded.
>
key mode description
/ n/v incsearch forward
? n/v incsearch backward
g/ n/v incsearch stay
n n nohlsearch n
N n nohlsearch N
* n nohlsearch *
g* n nohlsearch g*
# n nohlsearch #
g# n nohlsearch g#
z/ n incsearch fuzzy /
z? n incsearch fuzzy ?
zg? n incsearch fuzzy g?
<Space>/ n incsearch easymotion
key binding description
/ incsearch forward
? incsearch backward
g/ incsearch stay
n nohlsearch n
N nohlsearch N
* nohlsearch *
# nohlsearch #
g* nohlsearch g*
g# nohlsearch g#
SPC b / fuzzy find word
<
==============================================================================