1
0
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:
ssfjhh 2019-01-25 19:11:55 +08:00 committed by Wang Shidong
parent 8353ecef68
commit 4026cf61b4
2 changed files with 2 additions and 2 deletions

View File

@ -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`,如果你不用

View File

@ -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 dont use it already.