mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Add chat layer doc
This commit is contained in:
parent
d2447144f0
commit
3f7aefc5be
22
docs/layers/chat.md
Normal file
22
docs/layers/chat.md
Normal file
@ -0,0 +1,22 @@
|
||||
# [Layers](https://spacevim.org/layers) > chat
|
||||
|
||||
SpaceVim chatting layer provide chatting feature in vim.
|
||||
|
||||
## plugins
|
||||
|
||||
|
||||
Name | Description
|
||||
----- | ------------------
|
||||
[vim-chat](https://github.com/vim-chat/vim-chat) | chatting in vim.
|
||||
|
||||
## Key Mappings
|
||||
|
||||
`Alt + x` : open chatting buffer for qq.
|
||||
`Alt + w` : open chatting buffer for weixin.
|
||||
|
||||
within chatting buffer:
|
||||
|
||||
`Alt + Left/Right` : switch between buffer.
|
||||
`Alt + 1-9` : jump to specified channel.
|
||||
|
||||
for more mappings in chatting buffer, please read <kbd>:h vim-chat</kbd>.
|
@ -3,3 +3,4 @@
|
||||
Name | Description | Documentation
|
||||
----- |:----:| ------------------
|
||||
default | better default for vim and neovim | [documentation](https://spacevim.org/layers/default)
|
||||
chat | chatting in vim | [documentation](https://spacevim.org/layers/chat)
|
||||
|
Loading…
x
Reference in New Issue
Block a user