SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
SpaceVim chatting layer provides chatting feature in vim.
To use this configuration layer, add the following snippet to your custom configuration file.
[[layers]]
name = "chat"
gitter_token
: set the token to your gitter account.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 channelAlt + Right/L
: switch to next channelCtrl-w
: delete characters until next space before cursorfor more mappings in chatting buffer, please read :h vim-chat.
Powered by Jekyll