Back to Spacevim

SpaceVim chat layer

docs/layers/chat.md

2.4.0963 B
Original Source

Available Layers >> chat

<!-- vim-markdown-toc GFM --> <!-- 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"

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 <kbd>:h vim-chat</kbd>.