1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 14:00:05 +08:00
SpaceVim/docs/layers/chat.md
wsdjeg 0b41ab97cc fix(vimchat): fix ctrl-w key binding
`ctrl-w` do not delete `.` before cursor
2022-05-03 11:04:00 +08:00

1.1 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

The default key binding to open chat windows is SPC a h.

Whith the chat windows. The following key binding can be use:

  • Alt + Left/H: switch to previous channel
  • Alt + Right/L: switch to next channel
  • Ctrl-w: delete characters until next space before cursor

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