mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-31 22:40:04 +08:00
41 lines
817 B
Markdown
41 lines
817 B
Markdown
---
|
|
title: "SpaceVim chat layer"
|
|
description: "SpaceVim chatting layer provides chatting with weixin in vim."
|
|
---
|
|
|
|
# [Available Layers](../) >> chat
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Install](#install)
|
|
- [Key Mappings](#key-mappings)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
SpaceVim chatting layer provides chatting feature in vim.
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, add the following snippet to your custom configuration file.
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "chat"
|
|
```
|
|
|
|
## 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 <kbd>:h vim-chat</kbd>.
|