1.4 KiB
1.4 KiB
ERC contribution layer for Spacemacs
Table of Contents
Description
Basic layer for ERC.
TBD:
- show mode-line tracking of active channels (so that you know when to C-c C-SPC or it's equivalent evil-ized shortcut)
- evil-ized keyboard shortcuts
- documentation on storing credentials and preferred channels list
Install
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(erc))
Key bindings
Key Binding | Description |
---|---|
<SPC> a i e |
Starts ERC |
<SPC> m b |
Switch between ERC buffers |
<SPC> m d |
Interactively input a user action and send it to IRC. |
<SPC> m j |
Join a channel, executes the /join command |
<SPC> m n |
Run "/names #channel" in the current channel. |
<SPC> m l |
Run the /list command |
<SPC> m p |
Part from the channel |
<SPC> m q |
Quit server |
SSL
Note that if you want to connect securely to an IRC server, you must run erc-tls
command instead of the erc
command that this layer defaults to.