mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
docs(chat): update doc for chat
layer
This commit is contained in:
parent
da633d425f
commit
12fd191686
@ -67,7 +67,7 @@ Some layers are enabled by default. The following example shows how to disable `
|
|||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| [autocomplete](autocomplete/) | Autocomplete code within SpaceVim, fuzzy find the candidates from multiple completion sources, expand snippet before cursor automatically |
|
| [autocomplete](autocomplete/) | Autocomplete code within SpaceVim, fuzzy find the candidates from multiple completion sources, expand snippet before cursor automatically |
|
||||||
| [chat](chat/) | SpaceVim chatting layer provides chatting with qq and weixin in vim. |
|
| [chat](chat/) | SpaceVim chatting layer provides chatting with weixin in vim. |
|
||||||
| [checkers](checkers/) | Syntax checking automatically within SpaceVim, display error on the sign column and statusline. |
|
| [checkers](checkers/) | Syntax checking automatically within SpaceVim, display error on the sign column and statusline. |
|
||||||
| [chinese](chinese/) | Layer for chinese users, include chinese docs and runtime messages |
|
| [chinese](chinese/) | Layer for chinese users, include chinese docs and runtime messages |
|
||||||
| [colorscheme](colorscheme/) | colorscheme provides a list of colorschemes for SpaceVim, the default colorscheme is gruvbox with dark theme. |
|
| [colorscheme](colorscheme/) | colorscheme provides a list of colorschemes for SpaceVim, the default colorscheme is gruvbox with dark theme. |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "SpaceVim chat layer"
|
title: "SpaceVim chat layer"
|
||||||
description: "SpaceVim chatting layer provides chatting with qq and weixin in vim."
|
description: "SpaceVim chatting layer provides chatting with weixin in vim."
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Available Layers](../) >> chat
|
# [Available Layers](../) >> chat
|
||||||
@ -29,8 +29,8 @@ To use this configuration layer, add the following snippet to your custom config
|
|||||||
|
|
||||||
## Key Mappings
|
## Key Mappings
|
||||||
|
|
||||||
`Alt + x` : open chatting buffer for qq.
|
|
||||||
`Alt + w` : open chatting buffer for weixin.
|
`Alt + w` : open chatting buffer for weixin.
|
||||||
|
Note: The web-qq has stopped providing service.
|
||||||
|
|
||||||
within chatting buffer:
|
within chatting buffer:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user