mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 12:50:04 +08:00
Doc: update the documentation of the layer autocomplete. (#2501)
This commit is contained in:
parent
8353ecef68
commit
4026cf61b4
@ -73,7 +73,7 @@ SpaceVim 选项 `snippet_engien` 设置为 ultisnips
|
||||
auto-completion-tab-key-behavior = "smart"
|
||||
auto-completion-delay = 200
|
||||
auto-completion-complete-with-key-sequence = "nil"
|
||||
auto-completion-complete-with-key-sequence-delay = 0.1,
|
||||
auto-completion-complete-with-key-sequence-delay = 0.1
|
||||
```
|
||||
|
||||
通常会建议将 `auto-completion-complete-with-key-sequence` 的值设为 `jk`,如果你不用
|
||||
|
@ -92,7 +92,7 @@ The default configuration of the layer is:
|
||||
auto-completion-tab-key-behavior = "smart"
|
||||
auto-completion-delay = 200
|
||||
auto-completion-complete-with-key-sequence = "nil"
|
||||
auto-completion-complete-with-key-sequence-delay = 0.1,
|
||||
auto-completion-complete-with-key-sequence-delay = 0.1
|
||||
```
|
||||
|
||||
`jk` is a good candidate for `auto-completion-complete-with-key-sequence` if you don’t use it already.
|
||||
|
Loading…
Reference in New Issue
Block a user