1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 18:25:42 +08:00
SpaceVim/docs/layers/chat.md
2022-04-30 13:28:01 +08:00

1.0 KiB

title description
SpaceVim chat layer SpaceVim chatting layer provides chatting with weixin in vim.

Available Layers >> chat

Description

SpaceVim chatting layer provides chatting feature in vim.

vim-chat

Install

To use this configuration layer, add the following snippet to your custom configuration file.

[[layers]]
  name = "chat"

Layer options

  1. gitter_token: set the token to your gitter account.

Key Mappings

Alt + w : open chatting buffer for weixin. Note: The web-qq has stopped providing service.

within chatting buffer:

Alt + Left/Right : switch between buffers. Alt + 1-9 : jump to the specified channel.

for more mappings in chatting buffer, please read :h vim-chat.